Html Css Color HEX #0947DC Navy Blue

📋 copy color: '#0947DC'

red 9 ◦ green 71 ◦ blue 220

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

Shades of Navy Blue #0947DC

Tints of Navy Blue #0947DC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.67%

 BLUE value IS 220 (86.33% from 255) = 73.33%

R = 3%
G = 23.67%
B = 73.33%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0947DC (or 0x0947DC) is known color: Navy Blue. HEX triplet: 09, 47 and DC. RGB value is (9,71,220). Sum of RGB (Red+Green+Blue) = 9+71+220=300 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 220 (86.33% from 255 or 73.33% from 300); Max value from RGB is 220 - color contains mainly: blue. Hex color #0947DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0947DC is #F6B823. Grayscale: #444444. Windows color (decimal): -16168996 or 14436105. OLE color: 14436105.

HSL color Cylindrical-coordinate representation of color #0947DC: hue angle of 222.37º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0947DC is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 71 220 -
CMYK 0.96 0.68 0 0.14
HSL 222.37º 0.92% 0.45% -
HSV(B) 222.37º 0.96% 0.86% -
XYZ 15.28 9.73 68.78 -
YUV 69.45 212.96 84.88 -
System Red Green Blue C M Y K H S L
Decimal 9 71 220 0.96 0.68 0 0.14 222.37 0.92 0.45
Hex 9 47 DC 60 44 0 E DE 5C 2D
Octal 11 107 334 140 104 0 16 336 134 55
Binary 1001 1000111 11011100 1100000 1000100 0 1110 11011110 1011100 101101

Color Harmonies of #0947DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0947DC

Black with #0947DC

Text Example


Text Example

White with #0947DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0947DC; }

 p { color: rgb(9,71,220); }

 H1.HeaderClassName
 {
   color: #0947DC;
 }
 .AnyTagClassName
 {
   color: #0947DC;
 }
</style>

background-color css

<style>
 a { background-color: #0947DC; }

 a { background-color: rgb(9,71,220); }

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

border-color css

<style>
 span { border-color: #0947DC; }

 span { border-color: rgb(9,71,220); }

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