Html Css Color HEX #0F4CD5 Denim

📋 copy color: '#0F4CD5'

red 15 ◦ green 76 ◦ blue 213

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

Shades of Denim #0F4CD5

Tints of Denim #0F4CD5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25%

 BLUE value IS 213 (83.59% from 255) = 70.07%

R = 4.93%
G = 25%
B = 70.07%

CMYK

 C value IS 0.93

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0F4CD5 (or 0x0F4CD5) is known color: Denim. HEX triplet: 0F, 4C and D5. RGB value is (15,76,213). Sum of RGB (Red+Green+Blue) = 15+76+213=304 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.93% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 213 (83.59% from 255 or 70.07% from 304); Max value from RGB is 213 - color contains mainly: blue. Hex color #0F4CD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F4CD5 is #F0B32A. Grayscale: #484848. Windows color (decimal): -15774507 or 13978639. OLE color: 13978639.

HSL color Cylindrical-coordinate representation of color #0F4CD5: hue angle of 221.52º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F4CD5 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 15 76 213 -
CMYK 0.93 0.64 0 0.16
HSL 221.52º 0.87% 0.45% -
HSV(B) 221.52º 0.93% 0.84% -
XYZ 14.79 10.07 64.12 -
YUV 73.38 206.79 86.36 -
System Red Green Blue C M Y K H S L
Decimal 15 76 213 0.93 0.64 0 0.16 221.52 0.87 0.45
Hex F 4C D5 5D 40 0 10 DE 57 2D
Octal 17 114 325 135 100 0 20 336 127 55
Binary 1111 1001100 11010101 1011101 1000000 0 10000 11011110 1010111 101101

Color Harmonies of #0F4CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4CD5

Black with #0F4CD5

Text Example


Text Example

White with #0F4CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,76,213); }

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

background-color css

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

 a { background-color: rgb(15,76,213); }

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

border-color css

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

 span { border-color: rgb(15,76,213); }

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