Html Css Color HEX #0F56CC Denim

📋 copy color: '#0F56CC'

red 15 ◦ green 86 ◦ blue 204

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

Shades of Denim #0F56CC

Tints of Denim #0F56CC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.2%

 BLUE value IS 204 (80.08% from 255) = 66.89%

R = 4.92%
G = 28.2%
B = 66.89%

CMYK

 C value IS 0.93

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0F56CC (or 0x0F56CC) is known color: Denim. HEX triplet: 0F, 56 and CC. RGB value is (15,86,204). Sum of RGB (Red+Green+Blue) = 15+86+204=305 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.92% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #0F56CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F56CC is #F0A933. Grayscale: #4D4D4D. Windows color (decimal): -15771956 or 13391375. OLE color: 13391375.

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

Color convert

RGB 15 86 204 -
CMYK 0.93 0.58 0 0.2
HSL 217.46º 0.86% 0.43% -
HSV(B) 217.46º 0.93% 0.8% -
XYZ 14.42 11.12 58.51 -
YUV 78.22 198.98 82.91 -
System Red Green Blue C M Y K H S L
Decimal 15 86 204 0.93 0.58 0 0.2 217.46 0.86 0.43
Hex F 56 CC 5D 3A 0 14 D9 56 2B
Octal 17 126 314 135 72 0 24 331 126 53
Binary 1111 1010110 11001100 1011101 111010 0 10100 11011001 1010110 101011

Color Harmonies of #0F56CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F56CC

Black with #0F56CC

Text Example


Text Example

White with #0F56CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,86,204); }

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

background-color css

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

 a { background-color: rgb(15,86,204); }

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

border-color css

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

 span { border-color: rgb(15,86,204); }

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