Html Css Color HEX #030167 Navy

📋 copy color: '#030167'

red 3 ◦ green 1 ◦ blue 103

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

Shades of Navy #030167

Tints of Navy #030167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 96.26%

R = 2.8%
G = 0.93%
B = 96.26%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#030167 (or 0x030167) is known color: Navy. HEX triplet: 03, 01 and 67. RGB value is (3,1,103). Sum of RGB (Red+Green+Blue) = 3+1+103=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 103 (40.62% from 255 or 96.26% from 107); Max value from RGB is 103 - color contains mainly: blue. Hex color #030167 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030167 is #FCFE98. Grayscale: #0C0C0C. Windows color (decimal): -16580249 or 6750467. OLE color: 6750467.

HSL color Cylindrical-coordinate representation of color #030167: hue angle of 241.18º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030167 is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 3 1 103 -
CMYK 0.97 0.99 0 0.60
HSL 241.18º 0.98% 0.2% -
HSV(B) 241.18º 0.99% 0.4% -
XYZ 2.5 1.02 12.9 -
YUV 13.23 178.66 120.71 -
System Red Green Blue C M Y K H S L
Decimal 3 1 103 0.97 0.99 0 0.60 241.18 0.98 0.2
Hex 3 1 67 61 63 0 3C F1 62 14
Octal 3 1 147 141 143 0 74 361 142 24
Binary 11 1 1100111 1100001 1100011 0 111100 11110001 1100010 10100

Color Harmonies of #030167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030167

Black with #030167

Text Example


Text Example

White with #030167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030167; }

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

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

background-color css

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

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

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

border-color css

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

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

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