#0F739A

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

Shades of Cerulean #0F739A

Tints of Cerulean #0F739A

Color information

#0F739A (or 0x0F739A) is unknown color: approx Cerulean. HEX triplet: 0F, 73 and 9A. RGB value is (15,115,154). Sum of RGB (Red+Green+Blue) = 15+115+154=284 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.28% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 154 (60.55% from 255 or 54.23% from 284); Max value from RGB is 154 - color contains mainly: blue. Hex color #0F739A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F739A is #F08C65. Grayscale: #595959. Windows color (decimal): -15764582 or 10121999. OLE color: 10121999.

HSL color Cylindrical-coordinate representation of color #0F739A: hue angle of 196.83º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F739A is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB15115154-
CMYK0.900.2500.40
HSL196.83º82.25%33.14%-
HSV(B)196.83º90.26%60.39%-
XYZ12.1614.732.77-
YUV89.55164.3774.83-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.28%
GREEN value IS 115 (45.31% from 255) = 40.49%
BLUE value IS 154 (60.55% from 255) = 54.23%
R=5.28%
G=40.49%
B=54.23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal151151540.900.2500.40196.8382.2533.14
HexF739A5A19028c55221
Octal171632321323105030512241
Binary11111110011100110101011010110010101000110001011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F739A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,115,154); }

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

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

 a { background-color: rgb(15,115,154); }

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

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

 span { border-color: rgb(15,115,154); }

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