Html Css Color HEX #03056D Navy

📋 copy color: '#03056D'

red 3 ◦ green 5 ◦ blue 109

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

Shades of Navy #03056D

Tints of Navy #03056D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 93.16%

R = 2.56%
G = 4.27%
B = 93.16%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#03056D (or 0x03056D) is known color: Navy. HEX triplet: 03, 05 and 6D. RGB value is (3,5,109). Sum of RGB (Red+Green+Blue) = 3+5+109=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 109 (42.97% from 255 or 93.16% from 117); Max value from RGB is 109 - color contains mainly: blue. Hex color #03056D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03056D is #FCFA92. Grayscale: #0F0F0F. Windows color (decimal): -16579219 or 7144707. OLE color: 7144707.

HSL color Cylindrical-coordinate representation of color #03056D: hue angle of 238.87º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03056D is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 3 5 109 -
CMYK 0.97 0.95 0 0.57
HSL 238.87º 0.95% 0.22% -
HSV(B) 238.87º 0.97% 0.43% -
XYZ 2.85 1.23 14.56 -
YUV 16.26 180.34 118.54 -
System Red Green Blue C M Y K H S L
Decimal 3 5 109 0.97 0.95 0 0.57 238.87 0.95 0.22
Hex 3 5 6D 61 5F 0 39 EF 5F 16
Octal 3 5 155 141 137 0 71 357 137 26
Binary 11 101 1101101 1100001 1011111 0 111001 11101111 1011111 10110

Color Harmonies of #03056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03056D

Black with #03056D

Text Example


Text Example

White with #03056D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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