Html Css Color HEX #0F7095 Cerulean

📋 copy color: '#0F7095'

red 15 ◦ green 112 ◦ blue 149

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

Shades of Cerulean #0F7095

Tints of Cerulean #0F7095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 53.99%

R = 5.43%
G = 40.58%
B = 53.99%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0F7095 (or 0x0F7095) is known color: Cerulean. HEX triplet: 0F, 70 and 95. RGB value is (15,112,149). Sum of RGB (Red+Green+Blue) = 15+112+149=276 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.43% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #0F7095 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7095 is #F08F6A. Grayscale: #565656. Windows color (decimal): -15765355 or 9793551. OLE color: 9793551.

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

Color convert

RGB 15 112 149 -
CMYK 0.90 0.25 0 0.42
HSL 196.57º 0.82% 0.32% -
HSV(B) 196.57º 0.9% 0.58% -
XYZ 11.42 13.86 30.51 -
YUV 87.22 162.86 76.49 -
System Red Green Blue C M Y K H S L
Decimal 15 112 149 0.90 0.25 0 0.42 196.57 0.82 0.32
Hex F 70 95 5A 19 0 2A C5 52 20
Octal 17 160 225 132 31 0 52 305 122 40
Binary 1111 1110000 10010101 1011010 11001 0 101010 11000101 1010010 100000

Color Harmonies of #0F7095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7095

Black with #0F7095

Text Example


Text Example

White with #0F7095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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