Html Css Color HEX #12536F Orient

📋 copy color: '#12536F'

red 18 ◦ green 83 ◦ blue 111

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

Shades of Orient #12536F

Tints of Orient #12536F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 52.36%

R = 8.49%
G = 39.15%
B = 52.36%

CMYK

 C value IS 0.84

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#12536F (or 0x12536F) is known color: Orient. HEX triplet: 12, 53 and 6F. RGB value is (18,83,111). Sum of RGB (Red+Green+Blue) = 18+83+111=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 111 (43.75% from 255 or 52.36% from 212); Max value from RGB is 111 - color contains mainly: blue. Hex color #12536F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12536F is #EDAC90. Grayscale: #424242. Windows color (decimal): -15576209 or 7295762. OLE color: 7295762.

HSL color Cylindrical-coordinate representation of color #12536F: hue angle of 198.06º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12536F is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 83 111 -
CMYK 0.84 0.25 0 0.56
HSL 198.06º 0.72% 0.25% -
HSV(B) 198.06º 0.84% 0.44% -
XYZ 6.21 7.46 16.15 -
YUV 66.76 152.97 93.22 -
System Red Green Blue C M Y K H S L
Decimal 18 83 111 0.84 0.25 0 0.56 198.06 0.72 0.25
Hex 12 53 6F 54 19 0 38 C6 48 19
Octal 22 123 157 124 31 0 70 306 110 31
Binary 10010 1010011 1101111 1010100 11001 0 111000 11000110 1001000 11001

Color Harmonies of #12536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12536F

Black with #12536F

Text Example


Text Example

White with #12536F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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