Html Css Color HEX #12637E Allports

📋 copy color: '#12637E'

red 18 ◦ green 99 ◦ blue 126

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

Shades of Allports #12637E

Tints of Allports #12637E

RGB

 RED value IS 18 (7.42% from 255) = 7.41%

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

 BLUE value IS 126 (49.61% from 255) = 51.85%

R = 7.41%
G = 40.74%
B = 51.85%

CMYK

 C value IS 0.86

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12637E (or 0x12637E) is known color: Allports. HEX triplet: 12, 63 and 7E. RGB value is (18,99,126). Sum of RGB (Red+Green+Blue) = 18+99+126=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 99 (39.06% from 255 or 40.74% from 243); Blue value is 126 (49.61% from 255 or 51.85% from 243); Max value from RGB is 126 - color contains mainly: blue. Hex color #12637E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12637E is #ED9C81. Grayscale: #4D4D4D. Windows color (decimal): -15572098 or 8282898. OLE color: 8282898.

HSL color Cylindrical-coordinate representation of color #12637E: hue angle of 195º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12637E is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 99 126 -
CMYK 0.86 0.21 0 0.51
HSL 195º 0.75% 0.28% -
HSV(B) 195º 0.86% 0.49% -
XYZ 8.48 10.56 21.33 -
YUV 77.86 155.16 85.3 -
System Red Green Blue C M Y K H S L
Decimal 18 99 126 0.86 0.21 0 0.51 195 0.75 0.28
Hex 12 63 7E 56 15 0 33 C3 4B 1C
Octal 22 143 176 126 25 0 63 303 113 34
Binary 10010 1100011 1111110 1010110 10101 0 110011 11000011 1001011 11100

Color Harmonies of #12637E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12637E

Black with #12637E

Text Example


Text Example

White with #12637E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12637E; }

 p { color: rgb(18,99,126); }

 H1.HeaderClassName
 {
   color: #12637E;
 }
 .AnyTagClassName
 {
   color: #12637E;
 }
</style>

background-color css

<style>
 a { background-color: #12637E; }

 a { background-color: rgb(18,99,126); }

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

border-color css

<style>
 span { border-color: #12637E; }

 span { border-color: rgb(18,99,126); }

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