Html Css Color HEX #0F7099 Cerulean

📋 copy color: '#0F7099'

red 15 ◦ green 112 ◦ blue 153

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

Shades of Cerulean #0F7099

Tints of Cerulean #0F7099

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40%

 BLUE value IS 153 (60.16% from 255) = 54.64%

R = 5.36%
G = 40%
B = 54.64%

CMYK

 C value IS 0.90

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0F7099 (or 0x0F7099) is known color: Cerulean. HEX triplet: 0F, 70 and 99. RGB value is (15,112,153). Sum of RGB (Red+Green+Blue) = 15+112+153=280 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.36% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 153 (60.16% from 255 or 54.64% from 280); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F7099 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7099 is #F08F66. Grayscale: #575757. Windows color (decimal): -15765351 or 10055695. OLE color: 10055695.

HSL color Cylindrical-coordinate representation of color #0F7099: hue angle of 197.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 #0F7099 is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 15 112 153 -
CMYK 0.90 0.27 0 0.4
HSL 197.83º 0.82% 0.33% -
HSV(B) 197.83º 0.9% 0.6% -
XYZ 11.74 13.99 32.22 -
YUV 87.67 164.86 76.17 -
System Red Green Blue C M Y K H S L
Decimal 15 112 153 0.90 0.27 0 0.4 197.83 0.82 0.33
Hex F 70 99 5A 1B 0 28 C6 52 21
Octal 17 160 231 132 33 0 50 306 122 41
Binary 1111 1110000 10011001 1011010 11011 0 101000 11000110 1010010 100001

Color Harmonies of #0F7099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7099

Black with #0F7099

Text Example


Text Example

White with #0F7099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,112,153); }

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

background-color css

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

 a { background-color: rgb(15,112,153); }

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

border-color css

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

 span { border-color: rgb(15,112,153); }

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