Html Css Color HEX #06134A Sapphire

📋 copy color: '#06134A'

red 6 ◦ green 19 ◦ blue 74

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

Shades of Sapphire #06134A

Tints of Sapphire #06134A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 74.75%

R = 6.06%
G = 19.19%
B = 74.75%

CMYK

 C value IS 0.92

 M value IS 0.74

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#06134A (or 0x06134A) is known color: Sapphire. HEX triplet: 06, 13 and 4A. RGB value is (6,19,74). Sum of RGB (Red+Green+Blue) = 6+19+74=99 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6.06% from 99); Green value is 19 (7.81% from 255 or 19.19% from 99); Blue value is 74 (29.30% from 255 or 74.75% from 99); Max value from RGB is 74 - color contains mainly: blue. Hex color #06134A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06134A is #F9ECB5. Grayscale: #151515. Windows color (decimal): -16379062 or 4854534. OLE color: 4854534.

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

Color convert

RGB 6 19 74 -
CMYK 0.92 0.74 0 0.71
HSL 228.53º 0.85% 0.16% -
HSV(B) 228.53º 0.92% 0.29% -
XYZ 1.54 1 6.59 -
YUV 21.38 157.69 117.03 -
System Red Green Blue C M Y K H S L
Decimal 6 19 74 0.92 0.74 0 0.71 228.53 0.85 0.16
Hex 6 13 4A 5C 4A 0 47 E5 55 10
Octal 6 23 112 134 112 0 107 345 125 20
Binary 110 10011 1001010 1011100 1001010 0 1000111 11100101 1010101 10000

Color Harmonies of #06134A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06134A

Black with #06134A

Text Example


Text Example

White with #06134A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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