Html Css Color HEX #0C688D Allports

📋 copy color: '#0C688D'

red 12 ◦ green 104 ◦ blue 141

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

Shades of Allports #0C688D

Tints of Allports #0C688D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 54.86%

R = 4.67%
G = 40.47%
B = 54.86%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0C688D (or 0x0C688D) is known color: Allports. HEX triplet: 0C, 68 and 8D. RGB value is (12,104,141). Sum of RGB (Red+Green+Blue) = 12+104+141=257 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.67% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #0C688D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C688D is #F39772. Grayscale: #505050. Windows color (decimal): -15964019 or 9267212. OLE color: 9267212.

HSL color Cylindrical-coordinate representation of color #0C688D: hue angle of 197.21º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C688D is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 12 104 141 -
CMYK 0.91 0.26 0 0.45
HSL 197.21º 0.84% 0.3% -
HSV(B) 197.21º 0.91% 0.55% -
XYZ 9.91 11.9 26.97 -
YUV 80.71 162.02 78.99 -
System Red Green Blue C M Y K H S L
Decimal 12 104 141 0.91 0.26 0 0.45 197.21 0.84 0.3
Hex C 68 8D 5B 1A 0 2D C5 54 1E
Octal 14 150 215 133 32 0 55 305 124 36
Binary 1100 1101000 10001101 1011011 11010 0 101101 11000101 1010100 11110

Color Harmonies of #0C688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C688D

Black with #0C688D

Text Example


Text Example

White with #0C688D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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