Html Css Color HEX #12557A Orient

📋 copy color: '#12557A'

red 18 ◦ green 85 ◦ blue 122

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

Shades of Orient #12557A

Tints of Orient #12557A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.78%

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

R = 8%
G = 37.78%
B = 54.22%

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

#12557A (or 0x12557A) is known color: Orient. HEX triplet: 12, 55 and 7A. RGB value is (18,85,122). Sum of RGB (Red+Green+Blue) = 18+85+122=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 122 (48.05% from 255 or 54.22% from 225); Max value from RGB is 122 - color contains mainly: blue. Hex color #12557A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12557A is #EDAA85. Grayscale: #444444. Windows color (decimal): -15575686 or 8017170. OLE color: 8017170.

HSL color Cylindrical-coordinate representation of color #12557A: hue angle of 201.35º 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 #12557A is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 18 85 122 -
CMYK 0.85 0.30 0 0.52
HSL 201.35º 0.74% 0.27% -
HSV(B) 201.35º 0.85% 0.48% -
XYZ 7.01 8.03 19.59 -
YUV 69.19 157.8 91.49 -
System Red Green Blue C M Y K H S L
Decimal 18 85 122 0.85 0.30 0 0.52 201.35 0.74 0.27
Hex 12 55 7A 55 1E 0 34 C9 4A 1B
Octal 22 125 172 125 36 0 64 311 112 33
Binary 10010 1010101 1111010 1010101 11110 0 110100 11001001 1001010 11011

Color Harmonies of #12557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12557A

Black with #12557A

Text Example


Text Example

White with #12557A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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