Html Css Color HEX #03016B Navy

📋 copy color: '#03016B'

red 3 ◦ green 1 ◦ blue 107

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

Shades of Navy #03016B

Tints of Navy #03016B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.9%

 BLUE value IS 107 (42.19% from 255) = 96.4%

R = 2.7%
G = 0.9%
B = 96.4%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#03016B (or 0x03016B) is known color: Navy. HEX triplet: 03, 01 and 6B. RGB value is (3,1,107). Sum of RGB (Red+Green+Blue) = 3+1+107=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 107 (42.19% from 255 or 96.40% from 111); Max value from RGB is 107 - color contains mainly: blue. Hex color #03016B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03016B is #FCFE94. Grayscale: #0D0D0D. Windows color (decimal): -16580245 or 7012611. OLE color: 7012611.

HSL color Cylindrical-coordinate representation of color #03016B: hue angle of 241.13º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03016B is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 3 1 107 -
CMYK 0.97 0.99 0 0.58
HSL 241.13º 0.98% 0.21% -
HSV(B) 241.13º 0.99% 0.42% -
XYZ 2.7 1.1 13.98 -
YUV 13.68 180.66 120.38 -
System Red Green Blue C M Y K H S L
Decimal 3 1 107 0.97 0.99 0 0.58 241.13 0.98 0.21
Hex 3 1 6B 61 63 0 3A F1 62 15
Octal 3 1 153 141 143 0 72 361 142 25
Binary 11 1 1101011 1100001 1100011 0 111010 11110001 1100010 10101

Color Harmonies of #03016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03016B

Black with #03016B

Text Example


Text Example

White with #03016B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,1,107); }

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

background-color css

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

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

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

border-color css

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

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

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