Html Css Color HEX #0C637D Allports

📋 copy color: '#0C637D'

red 12 ◦ green 99 ◦ blue 125

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

Shades of Allports #0C637D

Tints of Allports #0C637D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.95%

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

R = 5.08%
G = 41.95%
B = 52.97%

CMYK

 C value IS 0.90

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0C637D (or 0x0C637D) is known color: Allports. HEX triplet: 0C, 63 and 7D. RGB value is (12,99,125). Sum of RGB (Red+Green+Blue) = 12+99+125=236 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.08% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 125 (49.22% from 255 or 52.97% from 236); Max value from RGB is 125 - color contains mainly: blue. Hex color #0C637D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C637D is #F39C82. Grayscale: #4B4B4B. Windows color (decimal): -15965315 or 8217356. OLE color: 8217356.

HSL color Cylindrical-coordinate representation of color #0C637D: hue angle of 193.81º 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 #0C637D is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 12 99 125 -
CMYK 0.90 0.21 0 0.51
HSL 193.81º 0.82% 0.27% -
HSV(B) 193.81º 0.9% 0.49% -
XYZ 8.32 10.48 20.99 -
YUV 75.95 155.68 82.39 -
System Red Green Blue C M Y K H S L
Decimal 12 99 125 0.90 0.21 0 0.51 193.81 0.82 0.27
Hex C 63 7D 5A 15 0 33 C2 52 1B
Octal 14 143 175 132 25 0 63 302 122 33
Binary 1100 1100011 1111101 1011010 10101 0 110011 11000010 1010010 11011

Color Harmonies of #0C637D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C637D

Black with #0C637D

Text Example


Text Example

White with #0C637D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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