Html Css Color HEX #030F76 Navy

📋 copy color: '#030F76'

red 3 ◦ green 15 ◦ blue 118

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

Shades of Navy #030F76

Tints of Navy #030F76

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.03%

 BLUE value IS 118 (46.48% from 255) = 86.76%

R = 2.21%
G = 11.03%
B = 86.76%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#030F76 (or 0x030F76) is known color: Navy. HEX triplet: 03, 0F and 76. RGB value is (3,15,118). Sum of RGB (Red+Green+Blue) = 3+15+118=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 15 (6.25% from 255 or 11.03% from 136); Blue value is 118 (46.48% from 255 or 86.76% from 136); Max value from RGB is 118 - color contains mainly: blue. Hex color #030F76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030F76 is #FCF089. Grayscale: #161616. Windows color (decimal): -16576650 or 7737091. OLE color: 7737091.

HSL color Cylindrical-coordinate representation of color #030F76: hue angle of 233.74º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030F76 is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 15 118 -
CMYK 0.97 0.87 0 0.54
HSL 233.74º 0.95% 0.24% -
HSV(B) 233.74º 0.97% 0.46% -
XYZ 3.48 1.67 17.28 -
YUV 23.15 181.52 113.62 -
System Red Green Blue C M Y K H S L
Decimal 3 15 118 0.97 0.87 0 0.54 233.74 0.95 0.24
Hex 3 F 76 61 57 0 36 EA 5F 18
Octal 3 17 166 141 127 0 66 352 137 30
Binary 11 1111 1110110 1100001 1010111 0 110110 11101010 1011111 11000

Color Harmonies of #030F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030F76

Black with #030F76

Text Example


Text Example

White with #030F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030F76; }

 p { color: rgb(3,15,118); }

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

background-color css

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

 a { background-color: rgb(3,15,118); }

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

border-color css

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

 span { border-color: rgb(3,15,118); }

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