Html Css Color HEX #030F7E Navy

📋 copy color: '#030F7E'

red 3 ◦ green 15 ◦ blue 126

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

Shades of Navy #030F7E

Tints of Navy #030F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 87.5%

R = 2.08%
G = 10.42%
B = 87.5%

CMYK

 C value IS 0.98

 M value IS 0.88

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#030F7E (or 0x030F7E) is known color: Navy. HEX triplet: 03, 0F and 7E. RGB value is (3,15,126). Sum of RGB (Red+Green+Blue) = 3+15+126=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 126 (49.61% from 255 or 87.5% from 144); Max value from RGB is 126 - color contains mainly: blue. Hex color #030F7E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030F7E is #FCF081. Grayscale: #171717. Windows color (decimal): -16576642 or 8261379. OLE color: 8261379.

HSL color Cylindrical-coordinate representation of color #030F7E: hue angle of 234.15º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030F7E is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 15 126 -
CMYK 0.98 0.88 0 0.51
HSL 234.15º 0.95% 0.25% -
HSV(B) 234.15º 0.98% 0.49% -
XYZ 3.97 1.87 19.89 -
YUV 24.07 185.52 112.97 -
System Red Green Blue C M Y K H S L
Decimal 3 15 126 0.98 0.88 0 0.51 234.15 0.95 0.25
Hex 3 F 7E 62 58 0 33 EA 5F 19
Octal 3 17 176 142 130 0 63 352 137 31
Binary 11 1111 1111110 1100010 1011000 0 110011 11101010 1011111 11001

Color Harmonies of #030F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030F7E

Black with #030F7E

Text Example


Text Example

White with #030F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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