Html Css Color HEX #03157C Navy

📋 copy color: '#03157C'

red 3 ◦ green 21 ◦ blue 124

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

Shades of Navy #03157C

Tints of Navy #03157C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.19%

 BLUE value IS 124 (48.83% from 255) = 83.78%

R = 2.03%
G = 14.19%
B = 83.78%

CMYK

 C value IS 0.98

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03157C (or 0x03157C) is known color: Navy. HEX triplet: 03, 15 and 7C. RGB value is (3,21,124). Sum of RGB (Red+Green+Blue) = 3+21+124=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 124 (48.83% from 255 or 83.78% from 148); Max value from RGB is 124 - color contains mainly: blue. Hex color #03157C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03157C is #FCEA83. Grayscale: #1A1A1A. Windows color (decimal): -16575108 or 8131843. OLE color: 8131843.

HSL color Cylindrical-coordinate representation of color #03157C: hue angle of 231.07º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03157C is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 21 124 -
CMYK 0.98 0.83 0 0.51
HSL 231.07º 0.95% 0.25% -
HSV(B) 231.07º 0.98% 0.49% -
XYZ 3.94 2.01 19.25 -
YUV 27.36 182.54 110.62 -
System Red Green Blue C M Y K H S L
Decimal 3 21 124 0.98 0.83 0 0.51 231.07 0.95 0.25
Hex 3 15 7C 62 53 0 33 E7 5F 19
Octal 3 25 174 142 123 0 63 347 137 31
Binary 11 10101 1111100 1100010 1010011 0 110011 11100111 1011111 11001

Color Harmonies of #03157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03157C

Black with #03157C

Text Example


Text Example

White with #03157C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,21,124); }

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

background-color css

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

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

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

border-color css

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

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

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