#06235C

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

Shades of Sapphire #06235C

Tints of Sapphire #06235C

Color information

#06235C (or 0x06235C) is unknown color: approx Sapphire. HEX triplet: 06, 23 and 5C. RGB value is (6,35,92). Sum of RGB (Red+Green+Blue) = 6+35+92=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 35 (14.06% from 255 or 26.32% from 133); Blue value is 92 (36.33% from 255 or 69.17% from 133); Max value from RGB is 92 - color contains mainly: blue. Hex color #06235C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06235C is #F9DCA3. Grayscale: #202020. Windows color (decimal): -16374948 or 6038278. OLE color: 6038278.

HSL color Cylindrical-coordinate representation of color #06235C: hue angle of 219.77º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06235C is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB63592-
CMYK0.930.6200.64
HSL219.77º87.76%19.22%-
HSV(B)219.77º93.48%36.08%-
XYZ2.612.0110.38-
YUV32.83161.39108.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.51%
GREEN value IS 35 (14.06% from 255) = 26.32%
BLUE value IS 92 (36.33% from 255) = 69.17%
R=4.51%
G=26.32%
B=69.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal635920.930.6200.64219.7787.7619.22
Hex6235C5D3E040dc5813
Octal64313413576010033413023
Binary110100011101110010111011111100100000011011100101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06235C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,35,92); }

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

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

 a { background-color: rgb(6,35,92); }

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

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

 span { border-color: rgb(6,35,92); }

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