Html Css Color HEX #0F749C Cerulean

📋 copy color: '#0F749C'

red 15 ◦ green 116 ◦ blue 156

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

Shades of Cerulean #0F749C

Tints of Cerulean #0F749C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.42%

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

R = 5.23%
G = 40.42%
B = 54.36%

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

#0F749C (or 0x0F749C) is known color: Cerulean. HEX triplet: 0F, 74 and 9C. RGB value is (15,116,156). Sum of RGB (Red+Green+Blue) = 15+116+156=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 156 (61.33% from 255 or 54.36% from 287); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F749C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F749C is #F08B63. Grayscale: #5A5A5A. Windows color (decimal): -15764324 or 10253327. OLE color: 10253327.

HSL color Cylindrical-coordinate representation of color #0F749C: hue angle of 197.02º 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 #0F749C is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 15 116 156 -
CMYK 0.90 0.26 0 0.39
HSL 197.02º 0.82% 0.34% -
HSV(B) 197.02º 0.9% 0.61% -
XYZ 12.44 14.99 33.69 -
YUV 90.36 165.04 74.25 -
System Red Green Blue C M Y K H S L
Decimal 15 116 156 0.90 0.26 0 0.39 197.02 0.82 0.34
Hex F 74 9C 5A 1A 0 27 C5 52 22
Octal 17 164 234 132 32 0 47 305 122 42
Binary 1111 1110100 10011100 1011010 11010 0 100111 11000101 1010010 100010

Color Harmonies of #0F749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F749C

Black with #0F749C

Text Example


Text Example

White with #0F749C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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