Html Css Color HEX #0F7396 Cerulean

📋 copy color: '#0F7396'

red 15 ◦ green 115 ◦ blue 150

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

Shades of Cerulean #0F7396

Tints of Cerulean #0F7396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 53.57%

R = 5.36%
G = 41.07%
B = 53.57%

CMYK

 C value IS 0.9

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0F7396 (or 0x0F7396) is known color: Cerulean. HEX triplet: 0F, 73 and 96. RGB value is (15,115,150). Sum of RGB (Red+Green+Blue) = 15+115+150=280 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.36% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 150 (58.98% from 255 or 53.57% from 280); Max value from RGB is 150 - color contains mainly: blue. Hex color #0F7396 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7396 is #F08C69. Grayscale: #585858. Windows color (decimal): -15764586 or 9859855. OLE color: 9859855.

HSL color Cylindrical-coordinate representation of color #0F7396: hue angle of 195.56º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F7396 is Cyan = 0.9, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 15 115 150 -
CMYK 0.9 0.23 0 0.41
HSL 195.56º 0.82% 0.32% -
HSV(B) 195.56º 0.9% 0.59% -
XYZ 11.83 14.57 31.04 -
YUV 89.09 162.37 75.15 -
System Red Green Blue C M Y K H S L
Decimal 15 115 150 0.9 0.23 0 0.41 195.56 0.82 0.32
Hex F 73 96 5A 17 0 29 C4 52 20
Octal 17 163 226 132 27 0 51 304 122 40
Binary 1111 1110011 10010110 1011010 10111 0 101001 11000100 1010010 100000

Color Harmonies of #0F7396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7396

Black with #0F7396

Text Example


Text Example

White with #0F7396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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