Html Css Color HEX #0F5CCD Denim

📋 copy color: '#0F5CCD'

red 15 ◦ green 92 ◦ blue 205

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

Shades of Denim #0F5CCD

Tints of Denim #0F5CCD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.49%

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

R = 4.81%
G = 29.49%
B = 65.71%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0F5CCD (or 0x0F5CCD) is known color: Denim. HEX triplet: 0F, 5C and CD. RGB value is (15,92,205). Sum of RGB (Red+Green+Blue) = 15+92+205=312 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.81% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 205 (80.47% from 255 or 65.71% from 312); Max value from RGB is 205 - color contains mainly: blue. Hex color #0F5CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F5CCD is #F0A332. Grayscale: #515151. Windows color (decimal): -15770419 or 13458447. OLE color: 13458447.

HSL color Cylindrical-coordinate representation of color #0F5CCD: hue angle of 215.68º 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 #0F5CCD is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 15 92 205 -
CMYK 0.93 0.55 0 0.20
HSL 215.68º 0.86% 0.43% -
HSV(B) 215.68º 0.93% 0.8% -
XYZ 15.04 12.16 59.31 -
YUV 81.86 197.49 80.31 -
System Red Green Blue C M Y K H S L
Decimal 15 92 205 0.93 0.55 0 0.20 215.68 0.86 0.43
Hex F 5C CD 5D 37 0 14 D8 56 2B
Octal 17 134 315 135 67 0 24 330 126 53
Binary 1111 1011100 11001101 1011101 110111 0 10100 11011000 1010110 101011

Color Harmonies of #0F5CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5CCD

Black with #0F5CCD

Text Example


Text Example

White with #0F5CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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