Html Css Color HEX #12546C Orient

📋 copy color: '#12546C'

red 18 ◦ green 84 ◦ blue 108

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

Shades of Orient #12546C

Tints of Orient #12546C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40%

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

R = 8.57%
G = 40%
B = 51.43%

CMYK

 C value IS 0.83

 M value IS 0.22

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#12546C (or 0x12546C) is known color: Orient. HEX triplet: 12, 54 and 6C. RGB value is (18,84,108). Sum of RGB (Red+Green+Blue) = 18+84+108=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #12546C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12546C is #EDAB93. Grayscale: #424242. Windows color (decimal): -15575956 or 7099410. OLE color: 7099410.

HSL color Cylindrical-coordinate representation of color #12546C: hue angle of 196º 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 #12546C is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 84 108 -
CMYK 0.83 0.22 0 0.58
HSL 196º 0.71% 0.25% -
HSV(B) 196º 0.83% 0.42% -
XYZ 6.13 7.55 15.32 -
YUV 67 151.13 93.05 -
System Red Green Blue C M Y K H S L
Decimal 18 84 108 0.83 0.22 0 0.58 196 0.71 0.25
Hex 12 54 6C 53 16 0 3A C4 47 19
Octal 22 124 154 123 26 0 72 304 107 31
Binary 10010 1010100 1101100 1010011 10110 0 111010 11000100 1000111 11001

Color Harmonies of #12546C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12546C

Black with #12546C

Text Example


Text Example

White with #12546C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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