#0974CA

Color #0974CA Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0974CA

Tints of Navy Blue #0974CA

Color information

#0974CA (or 0x0974CA) is unknown color: approx Navy Blue. HEX triplet: 09, 74 and CA. RGB value is (9,116,202). Sum of RGB (Red+Green+Blue) = 9+116+202=327 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.75% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 202 (79.30% from 255 or 61.77% from 327); Max value from RGB is 202 - color contains mainly: blue. Hex color #0974CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0974CA is #F68B35. Grayscale: #5D5D5D. Windows color (decimal): -16157494 or 13267977. OLE color: 13267977.

HSL color Cylindrical-coordinate representation of color #0974CA: hue angle of 206.74º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0974CA is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9116202-
CMYK0.960.4300.21
HSL206.74º91.47%41.37%-
HSV(B)206.74º95.54%79.22%-
XYZ17.0216.8158.23-
YUV93.81189.0567.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 2.75%
GREEN value IS 116 (45.70% from 255) = 35.47%
BLUE value IS 202 (79.30% from 255) = 61.77%
R=2.75%
G=35.47%
B=61.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal91162020.960.4300.21206.7491.4741.37
Hex974CA602B015cf5b29
Octal111643121405302531713351
Binary10011110100110010101100000101011010101110011111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0974CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0974CA; }

 p { color: rgb(9,116,202); }

 H1.HeaderClassName
 {
   color: #0974CA;
 }
 .AnyTagClassName
 {
   color: #0974CA;
 }
</style>
background-color css

<style>
 a { background-color: #0974CA; }

 a { background-color: rgb(9,116,202); }

 div.DivClassName
 {
   background-color: #0974CA;
 }
 .BgClassName
 {
   background-color: #0974CA;
 }
</style>
border-color css

<style>
 span { border-color: #0974CA; }

 span { border-color: rgb(9,116,202); }

 td.TdClassName
 {
   border-color: #0974CA;
 }
 .TagClassName
 {
   border-color: #0974CA;
 }
</style>