Html Css Color HEX #0F4DC5 Denim

📋 copy color: '#0F4DC5'

red 15 ◦ green 77 ◦ blue 197

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

Shades of Denim #0F4DC5

Tints of Denim #0F4DC5

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.64%

 BLUE value IS 197 (77.34% from 255) = 68.17%

R = 5.19%
G = 26.64%
B = 68.17%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#0F4DC5 (or 0x0F4DC5) is known color: Denim. HEX triplet: 0F, 4D and C5. RGB value is (15,77,197). Sum of RGB (Red+Green+Blue) = 15+77+197=289 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.19% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 197 (77.34% from 255 or 68.17% from 289); Max value from RGB is 197 - color contains mainly: blue. Hex color #0F4DC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F4DC5 is #F0B23A. Grayscale: #474747. Windows color (decimal): -15774267 or 12930319. OLE color: 12930319.

HSL color Cylindrical-coordinate representation of color #0F4DC5: hue angle of 219.56º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F4DC5 is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 15 77 197 -
CMYK 0.92 0.61 0 0.23
HSL 219.56º 0.86% 0.42% -
HSV(B) 219.56º 0.92% 0.77% -
XYZ 12.93 9.44 53.96 -
YUV 72.14 198.46 87.24 -
System Red Green Blue C M Y K H S L
Decimal 15 77 197 0.92 0.61 0 0.23 219.56 0.86 0.42
Hex F 4D C5 5C 3D 0 17 DC 56 2A
Octal 17 115 305 134 75 0 27 334 126 52
Binary 1111 1001101 11000101 1011100 111101 0 10111 11011100 1010110 101010

Color Harmonies of #0F4DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4DC5

Black with #0F4DC5

Text Example


Text Example

White with #0F4DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,77,197); }

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

background-color css

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

 a { background-color: rgb(15,77,197); }

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

border-color css

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

 span { border-color: rgb(15,77,197); }

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