#06134B

Color #06134B Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #06134B

Tints of Sapphire #06134B

Color information

#06134B (or 0x06134B) is unknown color: approx Sapphire. HEX triplet: 06, 13 and 4B. RGB value is (6,19,75). Sum of RGB (Red+Green+Blue) = 6+19+75=100 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6% from 100); Green value is 19 (7.81% from 255 or 19% from 100); Blue value is 75 (29.69% from 255 or 75% from 100); Max value from RGB is 75 - color contains mainly: blue. Hex color #06134B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06134B is #F9ECB4. Grayscale: #151515. Windows color (decimal): -16379061 or 4920070. OLE color: 4920070.

HSL color Cylindrical-coordinate representation of color #06134B: hue angle of 228.7º 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 #06134B is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB61975-
CMYK0.920.7500.71
HSL228.7º85.19%15.88%-
HSV(B)228.7º92%29.41%-
XYZ1.581.016.77-
YUV21.5158.19116.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6%
GREEN value IS 19 (7.81% from 255) = 19%
BLUE value IS 75 (29.69% from 255) = 75%
R=6%
G=19%
B=75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal619750.920.7500.71228.785.1915.88
Hex6134B5C4B047e55510
Octal623113134113010734512520
Binary110100111001011101110010010110100011111100101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #06134B;
 }
 .AnyTagClassName
 {
   color: #06134B;
 }
</style>
background-color css

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

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

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

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

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

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