Html Css Color HEX #0472CF Navy Blue

📋 copy color: '#0472CF'

red 4 ◦ green 114 ◦ blue 207

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

Shades of Navy Blue #0472CF

Tints of Navy Blue #0472CF

RGB

 RED value IS 4 (1.95% from 255) = 1.23%

 GREEN value IS 114 (44.92% from 255) = 35.08%

 BLUE value IS 207 (81.25% from 255) = 63.69%

R = 1.23%
G = 35.08%
B = 63.69%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0472CF (or 0x0472CF) is known color: Navy Blue. HEX triplet: 04, 72 and CF. RGB value is (4,114,207). Sum of RGB (Red+Green+Blue) = 4+114+207=325 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #0472CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0472CF is #FB8D30. Grayscale: #5B5B5B. Windows color (decimal): -16485681 or 13595140. OLE color: 13595140.

HSL color Cylindrical-coordinate representation of color #0472CF: hue angle of 207.49º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0472CF is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 114 207 -
CMYK 0.98 0.45 0 0.19
HSL 207.49º 0.96% 0.41% -
HSV(B) 207.49º 0.98% 0.81% -
XYZ 17.33 16.57 61.32 -
YUV 91.71 193.06 65.44 -
System Red Green Blue C M Y K H S L
Decimal 4 114 207 0.98 0.45 0 0.19 207.49 0.96 0.41
Hex 4 72 CF 62 2D 0 13 CF 60 29
Octal 4 162 317 142 55 0 23 317 140 51
Binary 100 1110010 11001111 1100010 101101 0 10011 11001111 1100000 101001

Color Harmonies of #0472CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0472CF

Black with #0472CF

Text Example


Text Example

White with #0472CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0472CF; }

 p { color: rgb(4,114,207); }

 H1.HeaderClassName
 {
   color: #0472CF;
 }
 .AnyTagClassName
 {
   color: #0472CF;
 }
</style>

background-color css

<style>
 a { background-color: #0472CF; }

 a { background-color: rgb(4,114,207); }

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

border-color css

<style>
 span { border-color: #0472CF; }

 span { border-color: rgb(4,114,207); }

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