Html Css Color HEX #155A7D Orient

📋 copy color: '#155A7D'

red 21 ◦ green 90 ◦ blue 125

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

Shades of Orient #155A7D

Tints of Orient #155A7D

RGB

 RED value IS 21 (8.59% from 255) = 8.9%

 GREEN value IS 90 (35.55% from 255) = 38.14%

 BLUE value IS 125 (49.22% from 255) = 52.97%

R = 8.9%
G = 38.14%
B = 52.97%

CMYK

 C value IS 0.83

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#155A7D (or 0x155A7D) is known color: Orient. HEX triplet: 15, 5A and 7D. RGB value is (21,90,125). Sum of RGB (Red+Green+Blue) = 21+90+125=236 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.90% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 125 (49.22% from 255 or 52.97% from 236); Max value from RGB is 125 - color contains mainly: blue. Hex color #155A7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155A7D is #EAA582. Grayscale: #494949. Windows color (decimal): -15377795 or 8215061. OLE color: 8215061.

HSL color Cylindrical-coordinate representation of color #155A7D: hue angle of 200.19º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #155A7D is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 21 90 125 -
CMYK 0.83 0.28 0 0.51
HSL 200.19º 0.71% 0.29% -
HSV(B) 200.19º 0.83% 0.49% -
XYZ 7.67 8.95 20.73 -
YUV 73.36 157.14 90.65 -
System Red Green Blue C M Y K H S L
Decimal 21 90 125 0.83 0.28 0 0.51 200.19 0.71 0.29
Hex 15 5A 7D 53 1C 0 33 C8 47 1D
Octal 25 132 175 123 34 0 63 310 107 35
Binary 10101 1011010 1111101 1010011 11100 0 110011 11001000 1000111 11101

Color Harmonies of #155A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155A7D

Black with #155A7D

Text Example


Text Example

White with #155A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155A7D; }

 p { color: rgb(21,90,125); }

 H1.HeaderClassName
 {
   color: #155A7D;
 }
 .AnyTagClassName
 {
   color: #155A7D;
 }
</style>

background-color css

<style>
 a { background-color: #155A7D; }

 a { background-color: rgb(21,90,125); }

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

border-color css

<style>
 span { border-color: #155A7D; }

 span { border-color: rgb(21,90,125); }

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