Html Css Color HEX #0C6DBF Denim

📋 copy color: '#0C6DBF'

red 12 ◦ green 109 ◦ blue 191

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

Shades of Denim #0C6DBF

Tints of Denim #0C6DBF

RGB

 RED value IS 12 (5.08% from 255) = 3.85%

 GREEN value IS 109 (42.97% from 255) = 34.94%

 BLUE value IS 191 (75% from 255) = 61.22%

R = 3.85%
G = 34.94%
B = 61.22%

CMYK

 C value IS 0.94

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0C6DBF (or 0x0C6DBF) is known color: Denim. HEX triplet: 0C, 6D and BF. RGB value is (12,109,191). Sum of RGB (Red+Green+Blue) = 12+109+191=312 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.85% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 191 (75% from 255 or 61.22% from 312); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C6DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C6DBF is #F39240. Grayscale: #585858. Windows color (decimal): -15962689 or 12545292. OLE color: 12545292.

HSL color Cylindrical-coordinate representation of color #0C6DBF: hue angle of 207.49º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C6DBF is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 12 109 191 -
CMYK 0.94 0.43 0 0.25
HSL 207.49º 0.88% 0.4% -
HSV(B) 207.49º 0.94% 0.75% -
XYZ 15.02 14.78 51.35 -
YUV 89.35 185.36 72.83 -
System Red Green Blue C M Y K H S L
Decimal 12 109 191 0.94 0.43 0 0.25 207.49 0.88 0.4
Hex C 6D BF 5E 2B 0 19 CF 58 28
Octal 14 155 277 136 53 0 31 317 130 50
Binary 1100 1101101 10111111 1011110 101011 0 11001 11001111 1011000 101000

Color Harmonies of #0C6DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6DBF

Black with #0C6DBF

Text Example


Text Example

White with #0C6DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,109,191); }

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

background-color css

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

 a { background-color: rgb(12,109,191); }

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

border-color css

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

 span { border-color: rgb(12,109,191); }

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