Html Css Color HEX #0F4EBD Denim

📋 copy color: '#0F4EBD'

red 15 ◦ green 78 ◦ blue 189

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

Shades of Denim #0F4EBD

Tints of Denim #0F4EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 67.02%

R = 5.32%
G = 27.66%
B = 67.02%

CMYK

 C value IS 0.92

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0F4EBD (or 0x0F4EBD) is known color: Denim. HEX triplet: 0F, 4E and BD. RGB value is (15,78,189). Sum of RGB (Red+Green+Blue) = 15+78+189=282 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.32% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 189 (74.22% from 255 or 67.02% from 282); Max value from RGB is 189 - color contains mainly: blue. Hex color #0F4EBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F4EBD is #F0B142. Grayscale: #474747. Windows color (decimal): -15774019 or 12406287. OLE color: 12406287.

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

Color convert

RGB 15 78 189 -
CMYK 0.92 0.59 0 0.26
HSL 218.28º 0.85% 0.4% -
HSV(B) 218.28º 0.92% 0.74% -
XYZ 12.11 9.22 49.29 -
YUV 71.82 194.13 87.47 -
System Red Green Blue C M Y K H S L
Decimal 15 78 189 0.92 0.59 0 0.26 218.28 0.85 0.4
Hex F 4E BD 5C 3B 0 1A DA 55 28
Octal 17 116 275 134 73 0 32 332 125 50
Binary 1111 1001110 10111101 1011100 111011 0 11010 11011010 1010101 101000

Color Harmonies of #0F4EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4EBD

Black with #0F4EBD

Text Example


Text Example

White with #0F4EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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