Html Css Color HEX #03035D Navy

📋 copy color: '#03035D'

red 3 ◦ green 3 ◦ blue 93

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

Shades of Navy #03035D

Tints of Navy #03035D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.03%

 BLUE value IS 93 (36.72% from 255) = 93.94%

R = 3.03%
G = 3.03%
B = 93.94%

CMYK

 C value IS 0.97

 M value IS 0.97

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03035D (or 0x03035D) is known color: Navy. HEX triplet: 03, 03 and 5D. RGB value is (3,3,93). Sum of RGB (Red+Green+Blue) = 3+3+93=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 93 (36.72% from 255 or 93.94% from 99); Max value from RGB is 93 - color contains mainly: blue. Hex color #03035D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03035D is #FCFCA2. Grayscale: #0C0C0C. Windows color (decimal): -16579747 or 6095619. OLE color: 6095619.

HSL color Cylindrical-coordinate representation of color #03035D: hue angle of 240º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03035D is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 3 3 93 -
CMYK 0.97 0.97 0 0.64
HSL 240º 0.94% 0.19% -
HSV(B) 240º 0.97% 0.36% -
XYZ 2.05 0.87 10.42 -
YUV 13.26 173 120.68 -
System Red Green Blue C M Y K H S L
Decimal 3 3 93 0.97 0.97 0 0.64 240 0.94 0.19
Hex 3 3 5D 61 61 0 40 F0 5E 13
Octal 3 3 135 141 141 0 100 360 136 23
Binary 11 11 1011101 1100001 1100001 0 1000000 11110000 1011110 10011

Color Harmonies of #03035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03035D

Black with #03035D

Text Example


Text Example

White with #03035D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,3,93); }

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

background-color css

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

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

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

border-color css

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

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

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