Html Css Color HEX #0F4895 Dark Cerulean

📋 copy color: '#0F4895'

red 15 ◦ green 72 ◦ blue 149

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

Shades of Dark Cerulean #0F4895

Tints of Dark Cerulean #0F4895

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.51%

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

R = 6.36%
G = 30.51%
B = 63.14%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0F4895 (or 0x0F4895) is known color: Dark Cerulean. HEX triplet: 0F, 48 and 95. RGB value is (15,72,149). Sum of RGB (Red+Green+Blue) = 15+72+149=236 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.36% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 149 (58.59% from 255 or 63.14% from 236); Max value from RGB is 149 - color contains mainly: blue. Hex color #0F4895 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4895 is #F0B76A. Grayscale: #3F3F3F. Windows color (decimal): -15775595 or 9783311. OLE color: 9783311.

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

Color convert

RGB 15 72 149 -
CMYK 0.90 0.52 0 0.42
HSL 214.48º 0.82% 0.32% -
HSV(B) 214.48º 0.9% 0.58% -
XYZ 7.94 6.91 29.35 -
YUV 63.74 176.12 93.24 -
System Red Green Blue C M Y K H S L
Decimal 15 72 149 0.90 0.52 0 0.42 214.48 0.82 0.32
Hex F 48 95 5A 34 0 2A D6 52 20
Octal 17 110 225 132 64 0 52 326 122 40
Binary 1111 1001000 10010101 1011010 110100 0 101010 11010110 1010010 100000

Color Harmonies of #0F4895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4895

Black with #0F4895

Text Example


Text Example

White with #0F4895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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