Html Css Color HEX #030672 Navy

📋 copy color: '#030672'

red 3 ◦ green 6 ◦ blue 114

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

Shades of Navy #030672

Tints of Navy #030672

RGB

 RED value IS 3 (1.56% from 255) = 2.44%

 GREEN value IS 6 (2.73% from 255) = 4.88%

 BLUE value IS 114 (44.92% from 255) = 92.68%

R = 2.44%
G = 4.88%
B = 92.68%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#030672 (or 0x030672) is known color: Navy. HEX triplet: 03, 06 and 72. RGB value is (3,6,114). Sum of RGB (Red+Green+Blue) = 3+6+114=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 6 (2.73% from 255 or 4.88% from 123); Blue value is 114 (44.92% from 255 or 92.68% from 123); Max value from RGB is 114 - color contains mainly: blue. Hex color #030672 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030672 is #FCF98D. Grayscale: #101010. Windows color (decimal): -16578958 or 7472643. OLE color: 7472643.

HSL color Cylindrical-coordinate representation of color #030672: hue angle of 238.38º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030672 is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 6 114 -
CMYK 0.97 0.95 0 0.55
HSL 238.38º 0.95% 0.23% -
HSV(B) 238.38º 0.97% 0.45% -
XYZ 3.14 1.36 16.02 -
YUV 17.42 182.51 117.72 -
System Red Green Blue C M Y K H S L
Decimal 3 6 114 0.97 0.95 0 0.55 238.38 0.95 0.23
Hex 3 6 72 61 5F 0 37 EE 5F 17
Octal 3 6 162 141 137 0 67 356 137 27
Binary 11 110 1110010 1100001 1011111 0 110111 11101110 1011111 10111

Color Harmonies of #030672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030672

Black with #030672

Text Example


Text Example

White with #030672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030672; }

 p { color: rgb(3,6,114); }

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

background-color css

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

 a { background-color: rgb(3,6,114); }

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

border-color css

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

 span { border-color: rgb(3,6,114); }

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