#0A759B

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

Shades of Cerulean #0A759B

Tints of Cerulean #0A759B

Color information

#0A759B (or 0x0A759B) is unknown color: approx Cerulean. HEX triplet: 0A, 75 and 9B. RGB value is (10,117,155). Sum of RGB (Red+Green+Blue) = 10+117+155=282 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.55% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #0A759B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A759B is #F58A64. Grayscale: #595959. Windows color (decimal): -16091749 or 10188042. OLE color: 10188042.

HSL color Cylindrical-coordinate representation of color #0A759B: hue angle of 195.72º 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 #0A759B is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10117155-
CMYK0.940.2500.39
HSL195.72º87.88%32.35%-
HSV(B)195.72º93.55%60.78%-
XYZ12.415.1533.28-
YUV89.34165.0571.41-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.55%
GREEN value IS 117 (46.09% from 255) = 41.49%
BLUE value IS 155 (60.94% from 255) = 54.96%
R=3.55%
G=41.49%
B=54.96%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101171550.940.2500.39195.7287.8832.35
HexA759B5E19027c45820
Octal121652331363104730413040
Binary10101110101100110111011110110010100111110001001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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