Html Css Color HEX #06017B Navy

📋 copy color: '#06017B'

red 6 ◦ green 1 ◦ blue 123

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

Shades of Navy #06017B

Tints of Navy #06017B

RGB

 RED value IS 6 (2.73% from 255) = 4.62%

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

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

R = 4.62%
G = 0.77%
B = 94.62%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#06017B (or 0x06017B) is known color: Navy. HEX triplet: 06, 01 and 7B. RGB value is (6,1,123). Sum of RGB (Red+Green+Blue) = 6+1+123=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 123 (48.44% from 255 or 94.62% from 130); Max value from RGB is 123 - color contains mainly: blue. Hex color #06017B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06017B is #F9FE84. Grayscale: #0F0F0F. Windows color (decimal): -16383621 or 8061190. OLE color: 8061190.

HSL color Cylindrical-coordinate representation of color #06017B: hue angle of 242.46º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #06017B is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 6 1 123 -
CMYK 0.95 0.99 0 0.52
HSL 242.46º 0.98% 0.24% -
HSV(B) 242.46º 0.99% 0.48% -
XYZ 3.66 1.49 18.83 -
YUV 16.4 188.16 120.58 -
System Red Green Blue C M Y K H S L
Decimal 6 1 123 0.95 0.99 0 0.52 242.46 0.98 0.24
Hex 6 1 7B 5F 63 0 34 F2 62 18
Octal 6 1 173 137 143 0 64 362 142 30
Binary 110 1 1111011 1011111 1100011 0 110100 11110010 1100010 11000

Color Harmonies of #06017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06017B

Black with #06017B

Text Example


Text Example

White with #06017B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,1,123); }

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

background-color css

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

 a { background-color: rgb(6,1,123); }

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

border-color css

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

 span { border-color: rgb(6,1,123); }

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