Html Css Color HEX #0F7392 Cerulean

📋 copy color: '#0F7392'

red 15 ◦ green 115 ◦ blue 146

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

Shades of Cerulean #0F7392

Tints of Cerulean #0F7392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 52.9%

R = 5.43%
G = 41.67%
B = 52.9%

CMYK

 C value IS 0.90

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0F7392 (or 0x0F7392) is known color: Cerulean. HEX triplet: 0F, 73 and 92. RGB value is (15,115,146). Sum of RGB (Red+Green+Blue) = 15+115+146=276 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.43% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 146 (57.42% from 255 or 52.90% from 276); Max value from RGB is 146 - color contains mainly: blue. Hex color #0F7392 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7392 is #F08C6D. Grayscale: #585858. Windows color (decimal): -15764590 or 9597711. OLE color: 9597711.

HSL color Cylindrical-coordinate representation of color #0F7392: hue angle of 194.2º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F7392 is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 15 115 146 -
CMYK 0.90 0.21 0 0.43
HSL 194.2º 0.81% 0.32% -
HSV(B) 194.2º 0.9% 0.57% -
XYZ 11.52 14.44 29.37 -
YUV 88.63 160.37 75.48 -
System Red Green Blue C M Y K H S L
Decimal 15 115 146 0.90 0.21 0 0.43 194.2 0.81 0.32
Hex F 73 92 5A 15 0 2B C2 51 20
Octal 17 163 222 132 25 0 53 302 121 40
Binary 1111 1110011 10010010 1011010 10101 0 101011 11000010 1010001 100000

Color Harmonies of #0F7392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7392

Black with #0F7392

Text Example


Text Example

White with #0F7392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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