Html Css Color HEX #06134C Sapphire

📋 copy color: '#06134C'

red 6 ◦ green 19 ◦ blue 76

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

Shades of Sapphire #06134C

Tints of Sapphire #06134C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.81%

 BLUE value IS 76 (30.08% from 255) = 75.25%

R = 5.94%
G = 18.81%
B = 75.25%

CMYK

 C value IS 0.92

 M value IS 0.75

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#06134C (or 0x06134C) is known color: Sapphire. HEX triplet: 06, 13 and 4C. RGB value is (6,19,76). Sum of RGB (Red+Green+Blue) = 6+19+76=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 76 (30.08% from 255 or 75.25% from 101); Max value from RGB is 76 - color contains mainly: blue. Hex color #06134C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06134C is #F9ECB3. Grayscale: #151515. Windows color (decimal): -16379060 or 4985606. OLE color: 4985606.

HSL color Cylindrical-coordinate representation of color #06134C: hue angle of 228.86º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06134C is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 6 19 76 -
CMYK 0.92 0.75 0 0.70
HSL 228.86º 0.85% 0.16% -
HSV(B) 228.86º 0.92% 0.3% -
XYZ 1.61 1.03 6.95 -
YUV 21.61 158.69 116.87 -
System Red Green Blue C M Y K H S L
Decimal 6 19 76 0.92 0.75 0 0.70 228.86 0.85 0.16
Hex 6 13 4C 5C 4B 0 46 E5 55 10
Octal 6 23 114 134 113 0 106 345 125 20
Binary 110 10011 1001100 1011100 1001011 0 1000110 11100101 1010101 10000

Color Harmonies of #06134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06134C

Black with #06134C

Text Example


Text Example

White with #06134C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06134C; }

 p { color: rgb(6,19,76); }

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

background-color css

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

 a { background-color: rgb(6,19,76); }

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

border-color css

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

 span { border-color: rgb(6,19,76); }

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