Html Css Color HEX #03016F Navy

📋 copy color: '#03016F'

red 3 ◦ green 1 ◦ blue 111

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

Shades of Navy #03016F

Tints of Navy #03016F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 96.52%

R = 2.61%
G = 0.87%
B = 96.52%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#03016F (or 0x03016F) is known color: Navy. HEX triplet: 03, 01 and 6F. RGB value is (3,1,111). Sum of RGB (Red+Green+Blue) = 3+1+111=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 111 (43.75% from 255 or 96.52% from 115); Max value from RGB is 111 - color contains mainly: blue. Hex color #03016F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03016F is #FCFE90. Grayscale: #0D0D0D. Windows color (decimal): -16580241 or 7274755. OLE color: 7274755.

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

Color convert

RGB 3 1 111 -
CMYK 0.97 0.99 0 0.56
HSL 241.09º 0.98% 0.22% -
HSV(B) 241.09º 0.99% 0.44% -
XYZ 2.92 1.19 15.11 -
YUV 14.14 182.66 120.06 -
System Red Green Blue C M Y K H S L
Decimal 3 1 111 0.97 0.99 0 0.56 241.09 0.98 0.22
Hex 3 1 6F 61 63 0 38 F1 62 16
Octal 3 1 157 141 143 0 70 361 142 26
Binary 11 1 1101111 1100001 1100011 0 111000 11110001 1100010 10110

Color Harmonies of #03016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03016F

Black with #03016F

Text Example


Text Example

White with #03016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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