Html Css Color HEX #0F4EBF Denim

📋 copy color: '#0F4EBF'

red 15 ◦ green 78 ◦ blue 191

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

Shades of Denim #0F4EBF

Tints of Denim #0F4EBF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.46%

 BLUE value IS 191 (75% from 255) = 67.25%

R = 5.28%
G = 27.46%
B = 67.25%

CMYK

 C value IS 0.92

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0F4EBF (or 0x0F4EBF) is known color: Denim. HEX triplet: 0F, 4E and BF. RGB value is (15,78,191). Sum of RGB (Red+Green+Blue) = 15+78+191=284 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.28% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 191 (75% from 255 or 67.25% from 284); Max value from RGB is 191 - color contains mainly: blue. Hex color #0F4EBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F4EBF is #F0B140. Grayscale: #474747. Windows color (decimal): -15774017 or 12537359. OLE color: 12537359.

HSL color Cylindrical-coordinate representation of color #0F4EBF: hue angle of 218.52º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F4EBF is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 78 191 -
CMYK 0.92 0.59 0 0.25
HSL 218.52º 0.85% 0.4% -
HSV(B) 218.52º 0.92% 0.75% -
XYZ 12.33 9.31 50.44 -
YUV 72.05 195.13 87.31 -
System Red Green Blue C M Y K H S L
Decimal 15 78 191 0.92 0.59 0 0.25 218.52 0.85 0.4
Hex F 4E BF 5C 3B 0 19 DB 55 28
Octal 17 116 277 134 73 0 31 333 125 50
Binary 1111 1001110 10111111 1011100 111011 0 11001 11011011 1010101 101000

Color Harmonies of #0F4EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4EBF

Black with #0F4EBF

Text Example


Text Example

White with #0F4EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,78,191); }

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

background-color css

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

 a { background-color: rgb(15,78,191); }

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

border-color css

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

 span { border-color: rgb(15,78,191); }

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