Html Css Color HEX #030D6F Navy

📋 copy color: '#030D6F'

red 3 ◦ green 13 ◦ blue 111

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

Shades of Navy #030D6F

Tints of Navy #030D6F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.24%

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

R = 2.36%
G = 10.24%
B = 87.4%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#030D6F (or 0x030D6F) is known color: Navy. HEX triplet: 03, 0D and 6F. RGB value is (3,13,111). Sum of RGB (Red+Green+Blue) = 3+13+111=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 13 (5.47% from 255 or 10.24% from 127); Blue value is 111 (43.75% from 255 or 87.40% from 127); Max value from RGB is 111 - color contains mainly: blue. Hex color #030D6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030D6F is #FCF290. Grayscale: #141414. Windows color (decimal): -16577169 or 7277827. OLE color: 7277827.

HSL color Cylindrical-coordinate representation of color #030D6F: hue angle of 234.44º 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 #030D6F is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 13 111 -
CMYK 0.97 0.88 0 0.56
HSL 234.44º 0.95% 0.22% -
HSV(B) 234.44º 0.97% 0.44% -
XYZ 3.05 1.45 15.16 -
YUV 21.18 178.69 115.03 -
System Red Green Blue C M Y K H S L
Decimal 3 13 111 0.97 0.88 0 0.56 234.44 0.95 0.22
Hex 3 D 6F 61 58 0 38 EA 5F 16
Octal 3 15 157 141 130 0 70 352 137 26
Binary 11 1101 1101111 1100001 1011000 0 111000 11101010 1011111 10110

Color Harmonies of #030D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030D6F

Black with #030D6F

Text Example


Text Example

White with #030D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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