Html Css Color HEX #0C677D Allports

📋 copy color: '#0C677D'

red 12 ◦ green 103 ◦ blue 125

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

Shades of Allports #0C677D

Tints of Allports #0C677D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.92%

 BLUE value IS 125 (49.22% from 255) = 52.08%

R = 5%
G = 42.92%
B = 52.08%

CMYK

 C value IS 0.90

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0C677D (or 0x0C677D) is known color: Allports. HEX triplet: 0C, 67 and 7D. RGB value is (12,103,125). Sum of RGB (Red+Green+Blue) = 12+103+125=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 103 (40.62% from 255 or 42.92% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #0C677D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C677D is #F39882. Grayscale: #4E4E4E. Windows color (decimal): -15964291 or 8218380. OLE color: 8218380.

HSL color Cylindrical-coordinate representation of color #0C677D: hue angle of 191.68º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C677D is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 12 103 125 -
CMYK 0.90 0.18 0 0.51
HSL 191.68º 0.82% 0.27% -
HSV(B) 191.68º 0.9% 0.49% -
XYZ 8.7 11.26 21.12 -
YUV 78.3 154.35 80.71 -
System Red Green Blue C M Y K H S L
Decimal 12 103 125 0.90 0.18 0 0.51 191.68 0.82 0.27
Hex C 67 7D 5A 12 0 33 C0 52 1B
Octal 14 147 175 132 22 0 63 300 122 33
Binary 1100 1100111 1111101 1011010 10010 0 110011 11000000 1010010 11011

Color Harmonies of #0C677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C677D

Black with #0C677D

Text Example


Text Example

White with #0C677D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,103,125); }

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

background-color css

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

 a { background-color: rgb(12,103,125); }

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

border-color css

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

 span { border-color: rgb(12,103,125); }

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