Html Css Color HEX #03056C Navy

📋 copy color: '#03056C'

red 3 ◦ green 5 ◦ blue 108

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

Shades of Navy #03056C

Tints of Navy #03056C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.31%

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

R = 2.59%
G = 4.31%
B = 93.1%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#03056C (or 0x03056C) is known color: Navy. HEX triplet: 03, 05 and 6C. RGB value is (3,5,108). Sum of RGB (Red+Green+Blue) = 3+5+108=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 108 (42.58% from 255 or 93.10% from 116); Max value from RGB is 108 - color contains mainly: blue. Hex color #03056C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03056C is #FCFA93. Grayscale: #0F0F0F. Windows color (decimal): -16579220 or 7079171. OLE color: 7079171.

HSL color Cylindrical-coordinate representation of color #03056C: hue angle of 238.86º 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 #03056C is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 3 5 108 -
CMYK 0.97 0.95 0 0.58
HSL 238.86º 0.95% 0.22% -
HSV(B) 238.86º 0.97% 0.42% -
XYZ 2.8 1.21 14.27 -
YUV 16.14 179.84 118.62 -
System Red Green Blue C M Y K H S L
Decimal 3 5 108 0.97 0.95 0 0.58 238.86 0.95 0.22
Hex 3 5 6C 61 5F 0 3A EF 5F 16
Octal 3 5 154 141 137 0 72 357 137 26
Binary 11 101 1101100 1100001 1011111 0 111010 11101111 1011111 10110

Color Harmonies of #03056C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03056C

Black with #03056C

Text Example


Text Example

White with #03056C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03056C; }

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

 H1.HeaderClassName
 {
   color: #03056C;
 }
 .AnyTagClassName
 {
   color: #03056C;
 }
</style>

background-color css

<style>
 a { background-color: #03056C; }

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

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

border-color css

<style>
 span { border-color: #03056C; }

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

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