Html Css Color HEX #0974D6 Navy Blue

📋 copy color: '#0974D6'

red 9 ◦ green 116 ◦ blue 214

#0974D6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #0974D6

Tints of Navy Blue #0974D6

RGB

 RED value IS 9 (3.91% from 255) = 2.65%

 GREEN value IS 116 (45.7% from 255) = 34.22%

 BLUE value IS 214 (83.98% from 255) = 63.13%

R = 2.65%
G = 34.22%
B = 63.13%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0974D6 (or 0x0974D6) is known color: Navy Blue. HEX triplet: 09, 74 and D6. RGB value is (9,116,214). Sum of RGB (Red+Green+Blue) = 9+116+214=339 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 214 (83.98% from 255 or 63.13% from 339); Max value from RGB is 214 - color contains mainly: blue. Hex color #0974D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0974D6 is #F68B29. Grayscale: #5E5E5E. Windows color (decimal): -16157482 or 14054409. OLE color: 14054409.

HSL color Cylindrical-coordinate representation of color #0974D6: hue angle of 208.68º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0974D6 is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 9 116 214 -
CMYK 0.96 0.46 0 0.16
HSL 208.68º 0.92% 0.44% -
HSV(B) 208.68º 0.96% 0.84% -
XYZ 18.5 17.4 66 -
YUV 95.18 195.05 66.53 -
System Red Green Blue C M Y K H S L
Decimal 9 116 214 0.96 0.46 0 0.16 208.68 0.92 0.44
Hex 9 74 D6 60 2E 0 10 D1 5C 2C
Octal 11 164 326 140 56 0 20 321 134 54
Binary 1001 1110100 11010110 1100000 101110 0 10000 11010001 1011100 101100

Color Harmonies of #0974D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0974D6

Black with #0974D6

Text Example


Text Example

White with #0974D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0974D6;
 }
 .AnyTagClassName
 {
   color: #0974D6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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