#0f75aa

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

Shades of Cerulean #0F75AA

Tints of Cerulean #0F75AA

Color information

#0F75AA (or 0x0F75AA) is unknown color: approx Cerulean. HEX triplet: 0F, 75 and AA. RGB value is (15,117,170). Sum of RGB (Red+Green+Blue) = 15+117+170=302 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.97% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F75AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F75AA is #F08A55. Grayscale: #5C5C5C. Windows color (decimal): -15764054 or 11171087. OLE color: 11171087.

HSL color Cylindrical-coordinate representation of color #0F75AA: hue angle of 200.52º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F75AA is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15117170-
CMYK0.910.3100.33
HSL200.52º83.78%36.27%-
HSV(B)200.52º91.18%66.67%-
XYZ13.8115.7340.34-
YUV92.54171.7172.69-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.97%
GREEN value IS 117 (46.09% from 255) = 38.74%
BLUE value IS 170 (66.80% from 255) = 56.29%
R=4.97%
G=38.74%
B=56.29%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151171700.910.3100.33200.5283.7836.27
HexF75AA5B1F021c95424
Octal171652521333704131112444
Binary11111110101101010101011011111110100001110010011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f75aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,117,170); }

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

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

 a { background-color: rgb(15,117,170); }

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

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

 span { border-color: rgb(15,117,170); }

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