#06237A

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

Shades of Sapphire #06237A

Tints of Sapphire #06237A

Color information

#06237A (or 0x06237A) is unknown color: approx Sapphire. HEX triplet: 06, 23 and 7A. RGB value is (6,35,122). Sum of RGB (Red+Green+Blue) = 6+35+122=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 122 (48.05% from 255 or 74.85% from 163); Max value from RGB is 122 - color contains mainly: blue. Hex color #06237A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06237A is #F9DC85. Grayscale: #232323. Windows color (decimal): -16374918 or 8004358. OLE color: 8004358.

HSL color Cylindrical-coordinate representation of color #06237A: hue angle of 225º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06237A is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB635122-
CMYK0.950.7100.52
HSL225º90.62%25.1%-
HSV(B)225º95.08%47.84%-
XYZ4.192.6518.7-
YUV36.25176.39106.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.68%
GREEN value IS 35 (14.06% from 255) = 21.47%
BLUE value IS 122 (48.05% from 255) = 74.85%
R=3.68%
G=21.47%
B=74.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6351220.950.7100.5222590.6225.1
Hex6237A5F47034e15b19
Octal64317213710706434113331
Binary110100011111101010111111000111011010011100001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06237A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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