Html Css Color HEX #0F749D Cerulean

📋 copy color: '#0F749D'

red 15 ◦ green 116 ◦ blue 157

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

Shades of Cerulean #0F749D

Tints of Cerulean #0F749D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 54.51%

R = 5.21%
G = 40.28%
B = 54.51%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0F749D (or 0x0F749D) is known color: Cerulean. HEX triplet: 0F, 74 and 9D. RGB value is (15,116,157). Sum of RGB (Red+Green+Blue) = 15+116+157=288 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.21% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 157 (61.72% from 255 or 54.51% from 288); Max value from RGB is 157 - color contains mainly: blue. Hex color #0F749D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F749D is #F08B62. Grayscale: #5A5A5A. Windows color (decimal): -15764323 or 10318863. OLE color: 10318863.

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

Color convert

RGB 15 116 157 -
CMYK 0.90 0.26 0 0.38
HSL 197.32º 0.83% 0.34% -
HSV(B) 197.32º 0.9% 0.62% -
XYZ 12.53 15.03 34.14 -
YUV 90.48 165.54 74.17 -
System Red Green Blue C M Y K H S L
Decimal 15 116 157 0.90 0.26 0 0.38 197.32 0.83 0.34
Hex F 74 9D 5A 1A 0 26 C5 53 22
Octal 17 164 235 132 32 0 46 305 123 42
Binary 1111 1110100 10011101 1011010 11010 0 100110 11000101 1010011 100010

Color Harmonies of #0F749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F749D

Black with #0F749D

Text Example


Text Example

White with #0F749D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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