Html Css Color HEX #0947DB Navy Blue

📋 copy color: '#0947DB'

red 9 ◦ green 71 ◦ blue 219

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

Shades of Navy Blue #0947DB

Tints of Navy Blue #0947DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 73.24%

R = 3.01%
G = 23.75%
B = 73.24%

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

#0947DB (or 0x0947DB) is known color: Navy Blue. HEX triplet: 09, 47 and DB. RGB value is (9,71,219). Sum of RGB (Red+Green+Blue) = 9+71+219=299 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.01% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 219 (85.94% from 255 or 73.24% from 299); Max value from RGB is 219 - color contains mainly: blue. Hex color #0947DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0947DB is #F6B824. Grayscale: #444444. Windows color (decimal): -16168997 or 14370569. OLE color: 14370569.

HSL color Cylindrical-coordinate representation of color #0947DB: hue angle of 222.29º 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 #0947DB is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 71 219 -
CMYK 0.96 0.68 0 0.14
HSL 222.29º 0.92% 0.45% -
HSV(B) 222.29º 0.96% 0.86% -
XYZ 15.15 9.68 68.09 -
YUV 69.33 212.46 84.97 -
System Red Green Blue C M Y K H S L
Decimal 9 71 219 0.96 0.68 0 0.14 222.29 0.92 0.45
Hex 9 47 DB 60 44 0 E DE 5C 2D
Octal 11 107 333 140 104 0 16 336 134 55
Binary 1001 1000111 11011011 1100000 1000100 0 1110 11011110 1011100 101101

Color Harmonies of #0947DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0947DB

Black with #0947DB

Text Example


Text Example

White with #0947DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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