Html Css Color HEX #06127F Navy

📋 copy color: '#06127F'

red 6 ◦ green 18 ◦ blue 127

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

Shades of Navy #06127F

Tints of Navy #06127F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.92%

 BLUE value IS 127 (50% from 255) = 84.11%

R = 3.97%
G = 11.92%
B = 84.11%

CMYK

 C value IS 0.95

 M value IS 0.86

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#06127F (or 0x06127F) is known color: Navy. HEX triplet: 06, 12 and 7F. RGB value is (6,18,127). Sum of RGB (Red+Green+Blue) = 6+18+127=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 127 (50% from 255 or 84.11% from 151); Max value from RGB is 127 - color contains mainly: blue. Hex color #06127F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06127F is #F9ED80. Grayscale: #1A1A1A. Windows color (decimal): -16379265 or 8327686. OLE color: 8327686.

HSL color Cylindrical-coordinate representation of color #06127F: hue angle of 234.05º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06127F is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 6 18 127 -
CMYK 0.95 0.86 0 0.50
HSL 234.05º 0.91% 0.26% -
HSV(B) 234.05º 0.95% 0.5% -
XYZ 4.12 2 20.25 -
YUV 26.84 184.52 113.14 -
System Red Green Blue C M Y K H S L
Decimal 6 18 127 0.95 0.86 0 0.50 234.05 0.91 0.26
Hex 6 12 7F 5F 56 0 32 EA 5B 1A
Octal 6 22 177 137 126 0 62 352 133 32
Binary 110 10010 1111111 1011111 1010110 0 110010 11101010 1011011 11010

Color Harmonies of #06127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06127F

Black with #06127F

Text Example


Text Example

White with #06127F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,18,127); }

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

background-color css

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

 a { background-color: rgb(6,18,127); }

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

border-color css

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

 span { border-color: rgb(6,18,127); }

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