Html Css Color HEX #06124F Sapphire

📋 copy color: '#06124F'

red 6 ◦ green 18 ◦ blue 79

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

Shades of Sapphire #06124F

Tints of Sapphire #06124F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 76.7%

R = 5.83%
G = 17.48%
B = 76.7%

CMYK

 C value IS 0.92

 M value IS 0.77

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#06124F (or 0x06124F) is known color: Sapphire. HEX triplet: 06, 12 and 4F. RGB value is (6,18,79). Sum of RGB (Red+Green+Blue) = 6+18+79=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 79 (31.25% from 255 or 76.70% from 103); Max value from RGB is 79 - color contains mainly: blue. Hex color #06124F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06124F is #F9EDB0. Grayscale: #151515. Windows color (decimal): -16379313 or 5181958. OLE color: 5181958.

HSL color Cylindrical-coordinate representation of color #06124F: hue angle of 230.14º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06124F is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 18 79 -
CMYK 0.92 0.77 0 0.69
HSL 230.14º 0.86% 0.17% -
HSV(B) 230.14º 0.92% 0.31% -
XYZ 1.7 1.04 7.51 -
YUV 21.37 160.52 117.04 -
System Red Green Blue C M Y K H S L
Decimal 6 18 79 0.92 0.77 0 0.69 230.14 0.86 0.17
Hex 6 12 4F 5C 4D 0 45 E6 56 11
Octal 6 22 117 134 115 0 105 346 126 21
Binary 110 10010 1001111 1011100 1001101 0 1000101 11100110 1010110 10001

Color Harmonies of #06124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06124F

Black with #06124F

Text Example


Text Example

White with #06124F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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