Html Css Color HEX #12557B Orient

📋 copy color: '#12557B'

red 18 ◦ green 85 ◦ blue 123

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

Shades of Orient #12557B

Tints of Orient #12557B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 54.42%

R = 7.96%
G = 37.61%
B = 54.42%

CMYK

 C value IS 0.85

 M value IS 0.31

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#12557B (or 0x12557B) is known color: Orient. HEX triplet: 12, 55 and 7B. RGB value is (18,85,123). Sum of RGB (Red+Green+Blue) = 18+85+123=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 123 (48.44% from 255 or 54.42% from 226); Max value from RGB is 123 - color contains mainly: blue. Hex color #12557B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12557B is #EDAA84. Grayscale: #454545. Windows color (decimal): -15575685 or 8082706. OLE color: 8082706.

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

Color convert

RGB 18 85 123 -
CMYK 0.85 0.31 0 0.52
HSL 201.71º 0.74% 0.28% -
HSV(B) 201.71º 0.85% 0.48% -
XYZ 7.07 8.06 19.92 -
YUV 69.3 158.3 91.41 -
System Red Green Blue C M Y K H S L
Decimal 18 85 123 0.85 0.31 0 0.52 201.71 0.74 0.28
Hex 12 55 7B 55 1F 0 34 CA 4A 1C
Octal 22 125 173 125 37 0 64 312 112 34
Binary 10010 1010101 1111011 1010101 11111 0 110100 11001010 1001010 11100

Color Harmonies of #12557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12557B

Black with #12557B

Text Example


Text Example

White with #12557B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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