Html Css Color HEX #12536D Orient

📋 copy color: '#12536D'

red 18 ◦ green 83 ◦ blue 109

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

Shades of Orient #12536D

Tints of Orient #12536D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.52%

 BLUE value IS 109 (42.97% from 255) = 51.9%

R = 8.57%
G = 39.52%
B = 51.9%

CMYK

 C value IS 0.83

 M value IS 0.24

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#12536D (or 0x12536D) is known color: Orient. HEX triplet: 12, 53 and 6D. RGB value is (18,83,109). Sum of RGB (Red+Green+Blue) = 18+83+109=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #12536D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12536D is #EDAC92. Grayscale: #424242. Windows color (decimal): -15576211 or 7164690. OLE color: 7164690.

HSL color Cylindrical-coordinate representation of color #12536D: hue angle of 197.14º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12536D is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 18 83 109 -
CMYK 0.83 0.24 0 0.57
HSL 197.14º 0.72% 0.25% -
HSV(B) 197.14º 0.83% 0.43% -
XYZ 6.1 7.42 15.58 -
YUV 66.53 151.97 93.39 -
System Red Green Blue C M Y K H S L
Decimal 18 83 109 0.83 0.24 0 0.57 197.14 0.72 0.25
Hex 12 53 6D 53 18 0 39 C5 48 19
Octal 22 123 155 123 30 0 71 305 110 31
Binary 10010 1010011 1101101 1010011 11000 0 111001 11000101 1001000 11001

Color Harmonies of #12536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12536D

Black with #12536D

Text Example


Text Example

White with #12536D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12536D; }

 p { color: rgb(18,83,109); }

 H1.HeaderClassName
 {
   color: #12536D;
 }
 .AnyTagClassName
 {
   color: #12536D;
 }
</style>

background-color css

<style>
 a { background-color: #12536D; }

 a { background-color: rgb(18,83,109); }

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

border-color css

<style>
 span { border-color: #12536D; }

 span { border-color: rgb(18,83,109); }

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