Html Css Color HEX #0F4AC0 Denim

📋 copy color: '#0F4AC0'

red 15 ◦ green 74 ◦ blue 192

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

Shades of Denim #0F4AC0

Tints of Denim #0F4AC0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.33%

 BLUE value IS 192 (75.39% from 255) = 68.33%

R = 5.34%
G = 26.33%
B = 68.33%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0F4AC0 (or 0x0F4AC0) is known color: Denim. HEX triplet: 0F, 4A and C0. RGB value is (15,74,192). Sum of RGB (Red+Green+Blue) = 15+74+192=281 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.34% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 192 (75.39% from 255 or 68.33% from 281); Max value from RGB is 192 - color contains mainly: blue. Hex color #0F4AC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F4AC0 is #F0B53F. Grayscale: #454545. Windows color (decimal): -15775040 or 12601871. OLE color: 12601871.

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

Color convert

RGB 15 74 192 -
CMYK 0.92 0.61 0 0.25
HSL 220º 0.86% 0.41% -
HSV(B) 220º 0.92% 0.75% -
XYZ 12.16 8.8 50.93 -
YUV 69.81 196.95 88.91 -
System Red Green Blue C M Y K H S L
Decimal 15 74 192 0.92 0.61 0 0.25 220 0.86 0.41
Hex F 4A C0 5C 3D 0 19 DC 56 29
Octal 17 112 300 134 75 0 31 334 126 51
Binary 1111 1001010 11000000 1011100 111101 0 11001 11011100 1010110 101001

Color Harmonies of #0F4AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4AC0

Black with #0F4AC0

Text Example


Text Example

White with #0F4AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,74,192); }

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

background-color css

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

 a { background-color: rgb(15,74,192); }

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

border-color css

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

 span { border-color: rgb(15,74,192); }

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