Html Css Color HEX #0F739C Cerulean

📋 copy color: '#0F739C'

red 15 ◦ green 115 ◦ blue 156

#0F739C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #0F739C

Tints of Cerulean #0F739C

RGB

 RED value IS 15 (6.25% from 255) = 5.24%

 GREEN value IS 115 (45.31% from 255) = 40.21%

 BLUE value IS 156 (61.33% from 255) = 54.55%

R = 5.24%
G = 40.21%
B = 54.55%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0F739C (or 0x0F739C) is known color: Cerulean. HEX triplet: 0F, 73 and 9C. RGB value is (15,115,156). Sum of RGB (Red+Green+Blue) = 15+115+156=286 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.24% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 156 (61.33% from 255 or 54.55% from 286); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F739C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F739C is #F08C63. Grayscale: #595959. Windows color (decimal): -15764580 or 10253071. OLE color: 10253071.

HSL color Cylindrical-coordinate representation of color #0F739C: hue angle of 197.45º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F739C is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 15 115 156 -
CMYK 0.90 0.26 0 0.39
HSL 197.45º 0.82% 0.34% -
HSV(B) 197.45º 0.9% 0.61% -
XYZ 12.33 14.76 33.65 -
YUV 89.77 165.37 74.67 -
System Red Green Blue C M Y K H S L
Decimal 15 115 156 0.90 0.26 0 0.39 197.45 0.82 0.34
Hex F 73 9C 5A 1A 0 27 C5 52 22
Octal 17 163 234 132 32 0 47 305 122 42
Binary 1111 1110011 10011100 1011010 11010 0 100111 11000101 1010010 100010

Color Harmonies of #0F739C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F739C

Black with #0F739C

Text Example


Text Example

White with #0F739C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F739C;
 }
 .AnyTagClassName
 {
   color: #0F739C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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