Html Css Color HEX #03035B Navy

📋 copy color: '#03035B'

red 3 ◦ green 3 ◦ blue 91

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

Shades of Navy #03035B

Tints of Navy #03035B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 93.81%

R = 3.09%
G = 3.09%
B = 93.81%

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

#03035B (or 0x03035B) is known color: Navy. HEX triplet: 03, 03 and 5B. RGB value is (3,3,91). Sum of RGB (Red+Green+Blue) = 3+3+91=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 91 (35.94% from 255 or 93.81% from 97); Max value from RGB is 91 - color contains mainly: blue. Hex color #03035B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03035B is #FCFCA4. Grayscale: #0C0C0C. Windows color (decimal): -16579749 or 5964547. OLE color: 5964547.

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

Color convert

RGB 3 3 91 -
CMYK 0.97 0.97 0 0.64
HSL 240º 0.94% 0.18% -
HSV(B) 240º 0.97% 0.36% -
XYZ 1.96 0.84 9.96 -
YUV 13.03 172 120.84 -
System Red Green Blue C M Y K H S L
Decimal 3 3 91 0.97 0.97 0 0.64 240 0.94 0.18
Hex 3 3 5B 61 61 0 40 F0 5E 12
Octal 3 3 133 141 141 0 100 360 136 22
Binary 11 11 1011011 1100001 1100001 0 1000000 11110000 1011110 10010

Color Harmonies of #03035B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03035B

Black with #03035B

Text Example


Text Example

White with #03035B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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