Html Css Color HEX #0F5492 Dark Cerulean

📋 copy color: '#0F5492'

red 15 ◦ green 84 ◦ blue 146

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

Shades of Dark Cerulean #0F5492

Tints of Dark Cerulean #0F5492

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.29%

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

R = 6.12%
G = 34.29%
B = 59.59%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0F5492 (or 0x0F5492) is known color: Dark Cerulean. HEX triplet: 0F, 54 and 92. RGB value is (15,84,146). Sum of RGB (Red+Green+Blue) = 15+84+146=245 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.12% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 146 (57.42% from 255 or 59.59% from 245); Max value from RGB is 146 - color contains mainly: blue. Hex color #0F5492 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5492 is #F0AB6D. Grayscale: #464646. Windows color (decimal): -15772526 or 9589775. OLE color: 9589775.

HSL color Cylindrical-coordinate representation of color #0F5492: hue angle of 208.4º 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 #0F5492 is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 15 84 146 -
CMYK 0.90 0.42 0 0.43
HSL 208.4º 0.81% 0.32% -
HSV(B) 208.4º 0.9% 0.57% -
XYZ 8.56 8.52 28.39 -
YUV 70.44 170.64 88.46 -
System Red Green Blue C M Y K H S L
Decimal 15 84 146 0.90 0.42 0 0.43 208.4 0.81 0.32
Hex F 54 92 5A 2A 0 2B D0 51 20
Octal 17 124 222 132 52 0 53 320 121 40
Binary 1111 1010100 10010010 1011010 101010 0 101011 11010000 1010001 100000

Color Harmonies of #0F5492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5492

Black with #0F5492

Text Example


Text Example

White with #0F5492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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