#0A689B

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

Shades of Cerulean #0A689B

Tints of Cerulean #0A689B

Color information

#0A689B (or 0x0A689B) is unknown color: approx Cerulean. HEX triplet: 0A, 68 and 9B. RGB value is (10,104,155). Sum of RGB (Red+Green+Blue) = 10+104+155=269 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.72% from 269); Green value is 104 (41.02% from 255 or 38.66% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #0A689B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A689B is #F59764. Grayscale: #515151. Windows color (decimal): -16095077 or 10184714. OLE color: 10184714.

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

Color convert

RGB10104155-
CMYK0.940.3300.39
HSL201.1º87.88%32.35%-
HSV(B)201.1º93.55%60.78%-
XYZ10.9912.3332.81-
YUV81.71169.3676.85-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.72%
GREEN value IS 104 (41.02% from 255) = 38.66%
BLUE value IS 155 (60.94% from 255) = 57.62%
R=3.72%
G=38.66%
B=57.62%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101041550.940.3300.39201.187.8832.35
HexA689B5E21027c95820
Octal121502331364104731113040
Binary101011010001001101110111101000010100111110010011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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