Html Css Color HEX #030D6C Navy

📋 copy color: '#030D6C'

red 3 ◦ green 13 ◦ blue 108

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

Shades of Navy #030D6C

Tints of Navy #030D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 87.1%

R = 2.42%
G = 10.48%
B = 87.1%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#030D6C (or 0x030D6C) is known color: Navy. HEX triplet: 03, 0D and 6C. RGB value is (3,13,108). Sum of RGB (Red+Green+Blue) = 3+13+108=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 13 (5.47% from 255 or 10.48% from 124); Blue value is 108 (42.58% from 255 or 87.10% from 124); Max value from RGB is 108 - color contains mainly: blue. Hex color #030D6C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030D6C is #FCF293. Grayscale: #141414. Windows color (decimal): -16577172 or 7081219. OLE color: 7081219.

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

Color convert

RGB 3 13 108 -
CMYK 0.97 0.88 0 0.58
HSL 234.29º 0.95% 0.22% -
HSV(B) 234.29º 0.97% 0.42% -
XYZ 2.89 1.39 14.3 -
YUV 20.84 177.19 115.28 -
System Red Green Blue C M Y K H S L
Decimal 3 13 108 0.97 0.88 0 0.58 234.29 0.95 0.22
Hex 3 D 6C 61 58 0 3A EA 5F 16
Octal 3 15 154 141 130 0 72 352 137 26
Binary 11 1101 1101100 1100001 1011000 0 111010 11101010 1011111 10110

Color Harmonies of #030D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030D6C

Black with #030D6C

Text Example


Text Example

White with #030D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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