Html Css Color HEX #12506C Orient

📋 copy color: '#12506C'

red 18 ◦ green 80 ◦ blue 108

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

Shades of Orient #12506C

Tints of Orient #12506C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.83%

 BLUE value IS 108 (42.58% from 255) = 52.43%

R = 8.74%
G = 38.83%
B = 52.43%

CMYK

 C value IS 0.83

 M value IS 0.26

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#12506C (or 0x12506C) is known color: Orient. HEX triplet: 12, 50 and 6C. RGB value is (18,80,108). Sum of RGB (Red+Green+Blue) = 18+80+108=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 108 (42.58% from 255 or 52.43% from 206); Max value from RGB is 108 - color contains mainly: blue. Hex color #12506C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12506C is #EDAF93. Grayscale: #404040. Windows color (decimal): -15576980 or 7098386. OLE color: 7098386.

HSL color Cylindrical-coordinate representation of color #12506C: hue angle of 198.67º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12506C is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 80 108 -
CMYK 0.83 0.26 0 0.58
HSL 198.67º 0.71% 0.25% -
HSV(B) 198.67º 0.83% 0.42% -
XYZ 5.82 6.95 15.22 -
YUV 64.65 152.46 94.72 -
System Red Green Blue C M Y K H S L
Decimal 18 80 108 0.83 0.26 0 0.58 198.67 0.71 0.25
Hex 12 50 6C 53 1A 0 3A C7 47 19
Octal 22 120 154 123 32 0 72 307 107 31
Binary 10010 1010000 1101100 1010011 11010 0 111010 11000111 1000111 11001

Color Harmonies of #12506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12506C

Black with #12506C

Text Example


Text Example

White with #12506C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12506C; }

 p { color: rgb(18,80,108); }

 H1.HeaderClassName
 {
   color: #12506C;
 }
 .AnyTagClassName
 {
   color: #12506C;
 }
</style>

background-color css

<style>
 a { background-color: #12506C; }

 a { background-color: rgb(18,80,108); }

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

border-color css

<style>
 span { border-color: #12506C; }

 span { border-color: rgb(18,80,108); }

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