#06234A

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

Shades of Sapphire #06234A

Tints of Sapphire #06234A

Color information

#06234A (or 0x06234A) is unknown color: approx Sapphire. HEX triplet: 06, 23 and 4A. RGB value is (6,35,74). Sum of RGB (Red+Green+Blue) = 6+35+74=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 74 (29.30% from 255 or 64.35% from 115); Max value from RGB is 74 - color contains mainly: blue. Hex color #06234A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06234A is #F9DCB5. Grayscale: #1E1E1E. Windows color (decimal): -16374966 or 4858630. OLE color: 4858630.

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

Color convert

RGB63574-
CMYK0.920.5300.71
HSL214.41º85%15.69%-
HSV(B)214.41º91.89%29.02%-
XYZ1.911.746.71-
YUV30.78152.39110.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.22%
GREEN value IS 35 (14.06% from 255) = 30.43%
BLUE value IS 74 (29.30% from 255) = 64.35%
R=5.22%
G=30.43%
B=64.35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal635740.920.5300.71214.418515.69
Hex6234A5C35047d65510
Octal64311213465010732612520
Binary110100011100101010111001101010100011111010110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06234A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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