Html Css Color HEX #0C68AC Denim

📋 copy color: '#0C68AC'

red 12 ◦ green 104 ◦ blue 172

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

Shades of Denim #0C68AC

Tints of Denim #0C68AC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.11%

 BLUE value IS 172 (67.58% from 255) = 59.72%

R = 4.17%
G = 36.11%
B = 59.72%

CMYK

 C value IS 0.93

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C68AC (or 0x0C68AC) is known color: Denim. HEX triplet: 0C, 68 and AC. RGB value is (12,104,172). Sum of RGB (Red+Green+Blue) = 12+104+172=288 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.17% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C68AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C68AC is #F39753. Grayscale: #535353. Windows color (decimal): -15963988 or 11298828. OLE color: 11298828.

HSL color Cylindrical-coordinate representation of color #0C68AC: hue angle of 205.5º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C68AC is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 104 172 -
CMYK 0.93 0.40 0 0.33
HSL 205.5º 0.87% 0.36% -
HSV(B) 205.5º 0.93% 0.67% -
XYZ 12.55 12.96 40.87 -
YUV 84.24 177.52 76.47 -
System Red Green Blue C M Y K H S L
Decimal 12 104 172 0.93 0.40 0 0.33 205.5 0.87 0.36
Hex C 68 AC 5D 28 0 21 CE 57 24
Octal 14 150 254 135 50 0 41 316 127 44
Binary 1100 1101000 10101100 1011101 101000 0 100001 11001110 1010111 100100

Color Harmonies of #0C68AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C68AC

Black with #0C68AC

Text Example


Text Example

White with #0C68AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,104,172); }

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

background-color css

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

 a { background-color: rgb(12,104,172); }

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

border-color css

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

 span { border-color: rgb(12,104,172); }

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