Html Css Color HEX #0F5091 Dark Cerulean

📋 copy color: '#0F5091'

red 15 ◦ green 80 ◦ blue 145

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

Shades of Dark Cerulean #0F5091

Tints of Dark Cerulean #0F5091

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.33%

 BLUE value IS 145 (57.03% from 255) = 60.42%

R = 6.25%
G = 33.33%
B = 60.42%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0F5091 (or 0x0F5091) is known color: Dark Cerulean. HEX triplet: 0F, 50 and 91. RGB value is (15,80,145). Sum of RGB (Red+Green+Blue) = 15+80+145=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 145 (57.03% from 255 or 60.42% from 240); Max value from RGB is 145 - color contains mainly: blue. Hex color #0F5091 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5091 is #F0AF6E. Grayscale: #434343. Windows color (decimal): -15773551 or 9523215. OLE color: 9523215.

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

Color convert

RGB 15 80 145 -
CMYK 0.90 0.45 0 0.43
HSL 210º 0.81% 0.31% -
HSV(B) 210º 0.9% 0.57% -
XYZ 8.18 7.88 27.88 -
YUV 67.98 171.47 90.21 -
System Red Green Blue C M Y K H S L
Decimal 15 80 145 0.90 0.45 0 0.43 210 0.81 0.31
Hex F 50 91 5A 2D 0 2B D2 51 1F
Octal 17 120 221 132 55 0 53 322 121 37
Binary 1111 1010000 10010001 1011010 101101 0 101011 11010010 1010001 11111

Color Harmonies of #0F5091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5091

Black with #0F5091

Text Example


Text Example

White with #0F5091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,80,145); }

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

background-color css

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

 a { background-color: rgb(15,80,145); }

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

border-color css

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

 span { border-color: rgb(15,80,145); }

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