#0F7CBA

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

Shades of Cerulean #0F7CBA

Tints of Cerulean #0F7CBA

Color information

#0F7CBA (or 0x0F7CBA) is unknown color: approx Cerulean. HEX triplet: 0F, 7C and BA. RGB value is (15,124,186). Sum of RGB (Red+Green+Blue) = 15+124+186=325 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.62% from 325); Green value is 124 (48.83% from 255 or 38.15% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #0F7CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F7CBA is #F08345. Grayscale: #626262. Windows color (decimal): -15762246 or 12221455. OLE color: 12221455.

HSL color Cylindrical-coordinate representation of color #0F7CBA: hue angle of 201.75º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F7CBA is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15124186-
CMYK0.920.3300.27
HSL201.75º85.07%39.41%-
HSV(B)201.75º91.94%72.94%-
XYZ16.2718.0649.08-
YUV98.48177.3968.46-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.62%
GREEN value IS 124 (48.83% from 255) = 38.15%
BLUE value IS 186 (73.05% from 255) = 57.23%
R=4.62%
G=38.15%
B=57.23%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151241860.920.3300.27201.7585.0739.41
HexF7CBA5C2101Bca5527
Octal171742721344103331212547
Binary11111111100101110101011100100001011011110010101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,124,186); }

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

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

 a { background-color: rgb(15,124,186); }

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

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

 span { border-color: rgb(15,124,186); }

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