#0A689F

Color #0A689F Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0A689F

Tints of Cerulean #0A689F

Color information

#0A689F (or 0x0A689F) is unknown color: approx Cerulean. HEX triplet: 0A, 68 and 9F. RGB value is (10,104,159). Sum of RGB (Red+Green+Blue) = 10+104+159=273 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.66% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #0A689F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A689F is #F59760. Grayscale: #515151. Windows color (decimal): -16095073 or 10446858. OLE color: 10446858.

HSL color Cylindrical-coordinate representation of color #0A689F: hue angle of 202.15º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A689F is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10104159-
CMYK0.940.3500.38
HSL202.15º88.17%33.14%-
HSV(B)202.15º93.71%62.35%-
XYZ11.3312.4734.61-
YUV82.16171.3676.53-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.66%
GREEN value IS 104 (41.02% from 255) = 38.10%
BLUE value IS 159 (62.5% from 255) = 58.24%
R=3.66%
G=38.10%
B=58.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal101041590.940.3500.38202.1588.1733.14
HexA689F5E23026ca5821
Octal121502371364304631213041
Binary101011010001001111110111101000110100110110010101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A689F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A689F; }

 p { color: rgb(10,104,159); }

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

<style>
 a { background-color: #0A689F; }

 a { background-color: rgb(10,104,159); }

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

<style>
 span { border-color: #0A689F; }

 span { border-color: rgb(10,104,159); }

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