Html Css Color HEX #03147B Navy

📋 copy color: '#03147B'

red 3 ◦ green 20 ◦ blue 123

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

Shades of Navy #03147B

Tints of Navy #03147B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.7%

 BLUE value IS 123 (48.44% from 255) = 84.25%

R = 2.05%
G = 13.7%
B = 84.25%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#03147B (or 0x03147B) is known color: Navy. HEX triplet: 03, 14 and 7B. RGB value is (3,20,123). Sum of RGB (Red+Green+Blue) = 3+20+123=146 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.05% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 123 (48.44% from 255 or 84.25% from 146); Max value from RGB is 123 - color contains mainly: blue. Hex color #03147B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03147B is #FCEB84. Grayscale: #1A1A1A. Windows color (decimal): -16575365 or 8066051. OLE color: 8066051.

HSL color Cylindrical-coordinate representation of color #03147B: hue angle of 231.5º 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 #03147B is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 3 20 123 -
CMYK 0.98 0.84 0 0.52
HSL 231.5º 0.95% 0.25% -
HSV(B) 231.5º 0.98% 0.48% -
XYZ 3.86 1.95 18.91 -
YUV 26.66 182.37 111.12 -
System Red Green Blue C M Y K H S L
Decimal 3 20 123 0.98 0.84 0 0.52 231.5 0.95 0.25
Hex 3 14 7B 62 54 0 34 E8 5F 19
Octal 3 24 173 142 124 0 64 350 137 31
Binary 11 10100 1111011 1100010 1010100 0 110100 11101000 1011111 11001

Color Harmonies of #03147B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03147B

Black with #03147B

Text Example


Text Example

White with #03147B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,20,123); }

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

background-color css

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

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

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

border-color css

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

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

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