Html Css Color HEX #030E6F Navy

📋 copy color: '#030E6F'

red 3 ◦ green 14 ◦ blue 111

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

Shades of Navy #030E6F

Tints of Navy #030E6F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.94%

 BLUE value IS 111 (43.75% from 255) = 86.72%

R = 2.34%
G = 10.94%
B = 86.72%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#030E6F (or 0x030E6F) is known color: Navy. HEX triplet: 03, 0E and 6F. RGB value is (3,14,111). Sum of RGB (Red+Green+Blue) = 3+14+111=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 14 (5.86% from 255 or 10.94% from 128); Blue value is 111 (43.75% from 255 or 86.72% from 128); Max value from RGB is 111 - color contains mainly: blue. Hex color #030E6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030E6F is #FCF190. Grayscale: #151515. Windows color (decimal): -16576913 or 7278083. OLE color: 7278083.

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

Color convert

RGB 3 14 111 -
CMYK 0.97 0.87 0 0.56
HSL 233.89º 0.95% 0.22% -
HSV(B) 233.89º 0.97% 0.44% -
XYZ 3.06 1.48 15.16 -
YUV 21.77 178.36 114.61 -
System Red Green Blue C M Y K H S L
Decimal 3 14 111 0.97 0.87 0 0.56 233.89 0.95 0.22
Hex 3 E 6F 61 57 0 38 EA 5F 16
Octal 3 16 157 141 127 0 70 352 137 26
Binary 11 1110 1101111 1100001 1010111 0 111000 11101010 1011111 10110

Color Harmonies of #030E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030E6F

Black with #030E6F

Text Example


Text Example

White with #030E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,14,111); }

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

background-color css

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

 a { background-color: rgb(3,14,111); }

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

border-color css

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

 span { border-color: rgb(3,14,111); }

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