Html Css Color HEX #0F4AC9 Denim

📋 copy color: '#0F4AC9'

red 15 ◦ green 74 ◦ blue 201

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

Shades of Denim #0F4AC9

Tints of Denim #0F4AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 69.31%

R = 5.17%
G = 25.52%
B = 69.31%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0F4AC9 (or 0x0F4AC9) is known color: Denim. HEX triplet: 0F, 4A and C9. RGB value is (15,74,201). Sum of RGB (Red+Green+Blue) = 15+74+201=290 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.17% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 201 (78.91% from 255 or 69.31% from 290); Max value from RGB is 201 - color contains mainly: blue. Hex color #0F4AC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F4AC9 is #F0B536. Grayscale: #464646. Windows color (decimal): -15775031 or 13191695. OLE color: 13191695.

HSL color Cylindrical-coordinate representation of color #0F4AC9: hue angle of 220.97º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F4AC9 is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 15 74 201 -
CMYK 0.93 0.63 0 0.21
HSL 220.97º 0.86% 0.42% -
HSV(B) 220.97º 0.93% 0.79% -
XYZ 13.19 9.22 56.34 -
YUV 70.84 201.45 88.17 -
System Red Green Blue C M Y K H S L
Decimal 15 74 201 0.93 0.63 0 0.21 220.97 0.86 0.42
Hex F 4A C9 5D 3F 0 15 DD 56 2A
Octal 17 112 311 135 77 0 25 335 126 52
Binary 1111 1001010 11001001 1011101 111111 0 10101 11011101 1010110 101010

Color Harmonies of #0F4AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4AC9

Black with #0F4AC9

Text Example


Text Example

White with #0F4AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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