Html Css Color HEX #0F4F95 Dark Cerulean

📋 copy color: '#0F4F95'

red 15 ◦ green 79 ◦ blue 149

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

Shades of Dark Cerulean #0F4F95

Tints of Dark Cerulean #0F4F95

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.51%

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

R = 6.17%
G = 32.51%
B = 61.32%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0F4F95 (or 0x0F4F95) is known color: Dark Cerulean. HEX triplet: 0F, 4F and 95. RGB value is (15,79,149). Sum of RGB (Red+Green+Blue) = 15+79+149=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 149 (58.59% from 255 or 61.32% from 243); Max value from RGB is 149 - color contains mainly: blue. Hex color #0F4F95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F4F95 is #F0B06A. Grayscale: #434343. Windows color (decimal): -15773803 or 9785103. OLE color: 9785103.

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

Color convert

RGB 15 79 149 -
CMYK 0.90 0.47 0 0.42
HSL 211.34º 0.82% 0.32% -
HSV(B) 211.34º 0.9% 0.58% -
XYZ 8.42 7.86 29.51 -
YUV 67.84 173.8 90.31 -
System Red Green Blue C M Y K H S L
Decimal 15 79 149 0.90 0.47 0 0.42 211.34 0.82 0.32
Hex F 4F 95 5A 2F 0 2A D3 52 20
Octal 17 117 225 132 57 0 52 323 122 40
Binary 1111 1001111 10010101 1011010 101111 0 101010 11010011 1010010 100000

Color Harmonies of #0F4F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4F95

Black with #0F4F95

Text Example


Text Example

White with #0F4F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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