Html Css Color HEX #0F5196 Dark Cerulean

📋 copy color: '#0F5196'

red 15 ◦ green 81 ◦ blue 150

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

Shades of Dark Cerulean #0F5196

Tints of Dark Cerulean #0F5196

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.93%

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

R = 6.1%
G = 32.93%
B = 60.98%

CMYK

 C value IS 0.9

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0F5196 (or 0x0F5196) is known color: Dark Cerulean. HEX triplet: 0F, 51 and 96. RGB value is (15,81,150). Sum of RGB (Red+Green+Blue) = 15+81+150=246 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.10% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 150 (58.98% from 255 or 60.98% from 246); Max value from RGB is 150 - color contains mainly: blue. Hex color #0F5196 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5196 is #F0AE69. Grayscale: #444444. Windows color (decimal): -15773290 or 9851151. OLE color: 9851151.

HSL color Cylindrical-coordinate representation of color #0F5196: hue angle of 210.67º 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 #0F5196 is Cyan = 0.9, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 15 81 150 -
CMYK 0.9 0.46 0 0.41
HSL 210.67º 0.82% 0.32% -
HSV(B) 210.67º 0.9% 0.59% -
XYZ 8.64 8.19 29.98 -
YUV 69.13 173.63 89.39 -
System Red Green Blue C M Y K H S L
Decimal 15 81 150 0.9 0.46 0 0.41 210.67 0.82 0.32
Hex F 51 96 5A 2E 0 29 D3 52 20
Octal 17 121 226 132 56 0 51 323 122 40
Binary 1111 1010001 10010110 1011010 101110 0 101001 11010011 1010010 100000

Color Harmonies of #0F5196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5196

Black with #0F5196

Text Example


Text Example

White with #0F5196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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