#06307A

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

Shades of Sapphire #06307A

Tints of Sapphire #06307A

Color information

#06307A (or 0x06307A) is unknown color: approx Sapphire. HEX triplet: 06, 30 and 7A. RGB value is (6,48,122). Sum of RGB (Red+Green+Blue) = 6+48+122=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 122 (48.05% from 255 or 69.32% from 176); Max value from RGB is 122 - color contains mainly: blue. Hex color #06307A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06307A is #F9CF85. Grayscale: #2B2B2B. Windows color (decimal): -16371590 or 8007686. OLE color: 8007686.

HSL color Cylindrical-coordinate representation of color #06307A: hue angle of 218.28º 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 #06307A is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB648122-
CMYK0.950.6100.52
HSL218.28º90.62%25.1%-
HSV(B)218.28º95.08%47.84%-
XYZ4.643.5618.85-
YUV43.88172.09100.98-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.41%
GREEN value IS 48 (19.14% from 255) = 27.27%
BLUE value IS 122 (48.05% from 255) = 69.32%
R=3.41%
G=27.27%
B=69.32%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6481220.950.6100.52218.2890.6225.1
Hex6307A5F3D034da5b19
Octal6601721377506433213331
Binary11011000011110101011111111101011010011011010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06307A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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