Html Css Color HEX #0F4FCD Denim

📋 copy color: '#0F4FCD'

red 15 ◦ green 79 ◦ blue 205

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

Shades of Denim #0F4FCD

Tints of Denim #0F4FCD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.42%

 BLUE value IS 205 (80.47% from 255) = 68.56%

R = 5.02%
G = 26.42%
B = 68.56%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0F4FCD (or 0x0F4FCD) is known color: Denim. HEX triplet: 0F, 4F and CD. RGB value is (15,79,205). Sum of RGB (Red+Green+Blue) = 15+79+205=299 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.02% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 205 (80.47% from 255 or 68.56% from 299); Max value from RGB is 205 - color contains mainly: blue. Hex color #0F4FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F4FCD is #F0B032. Grayscale: #494949. Windows color (decimal): -15773747 or 13455119. OLE color: 13455119.

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

Color convert

RGB 15 79 205 -
CMYK 0.93 0.61 0 0.20
HSL 219.79º 0.86% 0.43% -
HSV(B) 219.79º 0.93% 0.8% -
XYZ 14.01 10.1 58.97 -
YUV 74.23 201.8 85.75 -
System Red Green Blue C M Y K H S L
Decimal 15 79 205 0.93 0.61 0 0.20 219.79 0.86 0.43
Hex F 4F CD 5D 3D 0 14 DC 56 2B
Octal 17 117 315 135 75 0 24 334 126 53
Binary 1111 1001111 11001101 1011101 111101 0 10100 11011100 1010110 101011

Color Harmonies of #0F4FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4FCD

Black with #0F4FCD

Text Example


Text Example

White with #0F4FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,79,205); }

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

background-color css

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

 a { background-color: rgb(15,79,205); }

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

border-color css

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

 span { border-color: rgb(15,79,205); }

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