Html Css Color HEX #12567A Orient

📋 copy color: '#12567A'

red 18 ◦ green 86 ◦ blue 122

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

Shades of Orient #12567A

Tints of Orient #12567A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.05%

 BLUE value IS 122 (48.05% from 255) = 53.98%

R = 7.96%
G = 38.05%
B = 53.98%

CMYK

 C value IS 0.85

 M value IS 0.30

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#12567A (or 0x12567A) is known color: Orient. HEX triplet: 12, 56 and 7A. RGB value is (18,86,122). Sum of RGB (Red+Green+Blue) = 18+86+122=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 122 (48.05% from 255 or 53.98% from 226); Max value from RGB is 122 - color contains mainly: blue. Hex color #12567A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12567A is #EDA985. Grayscale: #454545. Windows color (decimal): -15575430 or 8017426. OLE color: 8017426.

HSL color Cylindrical-coordinate representation of color #12567A: hue angle of 200.77º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12567A is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 18 86 122 -
CMYK 0.85 0.30 0 0.52
HSL 200.77º 0.74% 0.27% -
HSV(B) 200.77º 0.85% 0.48% -
XYZ 7.09 8.19 19.62 -
YUV 69.77 157.47 91.07 -
System Red Green Blue C M Y K H S L
Decimal 18 86 122 0.85 0.30 0 0.52 200.77 0.74 0.27
Hex 12 56 7A 55 1E 0 34 C9 4A 1B
Octal 22 126 172 125 36 0 64 311 112 33
Binary 10010 1010110 1111010 1010101 11110 0 110100 11001001 1001010 11011

Color Harmonies of #12567A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12567A

Black with #12567A

Text Example


Text Example

White with #12567A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12567A; }

 p { color: rgb(18,86,122); }

 H1.HeaderClassName
 {
   color: #12567A;
 }
 .AnyTagClassName
 {
   color: #12567A;
 }
</style>

background-color css

<style>
 a { background-color: #12567A; }

 a { background-color: rgb(18,86,122); }

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

border-color css

<style>
 span { border-color: #12567A; }

 span { border-color: rgb(18,86,122); }

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