#0f7195

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

Shades of Cerulean #0F7195

Tints of Cerulean #0F7195

Color information

#0F7195 (or 0x0F7195) is unknown color: approx Cerulean. HEX triplet: 0F, 71 and 95. RGB value is (15,113,149). Sum of RGB (Red+Green+Blue) = 15+113+149=277 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.42% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #0F7195 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7195 is #F08E6A. Grayscale: #575757. Windows color (decimal): -15765099 or 9793807. OLE color: 9793807.

HSL color Cylindrical-coordinate representation of color #0F7195: hue angle of 196.12º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F7195 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB15113149-
CMYK0.900.2400.42
HSL196.12º81.71%32.16%-
HSV(B)196.12º89.93%58.43%-
XYZ11.5314.0830.54-
YUV87.8162.5376.07-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.42%
GREEN value IS 113 (44.53% from 255) = 40.79%
BLUE value IS 149 (58.59% from 255) = 53.79%
R=5.42%
G=40.79%
B=53.79%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal151131490.900.2400.42196.1281.7132.16
HexF71955A1802Ac45220
Octal171612251323005230412240
Binary11111110001100101011011010110000101010110001001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f7195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,113,149); }

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

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

 a { background-color: rgb(15,113,149); }

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

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

 span { border-color: rgb(15,113,149); }

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