Html Css Color HEX #0F4CCA Denim

📋 copy color: '#0F4CCA'

red 15 ◦ green 76 ◦ blue 202

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

Shades of Denim #0F4CCA

Tints of Denim #0F4CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 68.94%

R = 5.12%
G = 25.94%
B = 68.94%

CMYK

 C value IS 0.93

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0F4CCA (or 0x0F4CCA) is known color: Denim. HEX triplet: 0F, 4C and CA. RGB value is (15,76,202). Sum of RGB (Red+Green+Blue) = 15+76+202=293 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.12% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 202 (79.30% from 255 or 68.94% from 293); Max value from RGB is 202 - color contains mainly: blue. Hex color #0F4CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F4CCA is #F0B335. Grayscale: #474747. Windows color (decimal): -15774518 or 13257743. OLE color: 13257743.

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

Color convert

RGB 15 76 202 -
CMYK 0.93 0.62 0 0.21
HSL 220.43º 0.86% 0.43% -
HSV(B) 220.43º 0.93% 0.79% -
XYZ 13.44 9.53 57.01 -
YUV 72.13 201.29 87.25 -
System Red Green Blue C M Y K H S L
Decimal 15 76 202 0.93 0.62 0 0.21 220.43 0.86 0.43
Hex F 4C CA 5D 3E 0 15 DC 56 2B
Octal 17 114 312 135 76 0 25 334 126 53
Binary 1111 1001100 11001010 1011101 111110 0 10101 11011100 1010110 101011

Color Harmonies of #0F4CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4CCA

Black with #0F4CCA

Text Example


Text Example

White with #0F4CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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