Html Css Color HEX #03037A Navy

📋 copy color: '#03037A'

red 3 ◦ green 3 ◦ blue 122

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

Shades of Navy #03037A

Tints of Navy #03037A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 95.31%

R = 2.34%
G = 2.34%
B = 95.31%

CMYK

 C value IS 0.98

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#03037A (or 0x03037A) is known color: Navy. HEX triplet: 03, 03 and 7A. RGB value is (3,3,122). Sum of RGB (Red+Green+Blue) = 3+3+122=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 122 (48.05% from 255 or 95.31% from 128); Max value from RGB is 122 - color contains mainly: blue. Hex color #03037A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03037A is #FCFC85. Grayscale: #101010. Windows color (decimal): -16579718 or 7996163. OLE color: 7996163.

HSL color Cylindrical-coordinate representation of color #03037A: hue angle of 240º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03037A is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 3 3 122 -
CMYK 0.98 0.98 0 0.52
HSL 240º 0.95% 0.25% -
HSV(B) 240º 0.98% 0.48% -
XYZ 3.58 1.49 18.51 -
YUV 16.57 187.5 118.32 -
System Red Green Blue C M Y K H S L
Decimal 3 3 122 0.98 0.98 0 0.52 240 0.95 0.25
Hex 3 3 7A 62 62 0 34 F0 5F 19
Octal 3 3 172 142 142 0 64 360 137 31
Binary 11 11 1111010 1100010 1100010 0 110100 11110000 1011111 11001

Color Harmonies of #03037A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03037A

Black with #03037A

Text Example


Text Example

White with #03037A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03037A; }

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

 H1.HeaderClassName
 {
   color: #03037A;
 }
 .AnyTagClassName
 {
   color: #03037A;
 }
</style>

background-color css

<style>
 a { background-color: #03037A; }

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

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

border-color css

<style>
 span { border-color: #03037A; }

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

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