Html Css Color HEX #155870 Orient

📋 copy color: '#155870'

red 21 ◦ green 88 ◦ blue 112

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

Shades of Orient #155870

Tints of Orient #155870

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.82%

 BLUE value IS 112 (44.14% from 255) = 50.68%

R = 9.5%
G = 39.82%
B = 50.68%

CMYK

 C value IS 0.81

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#155870 (or 0x155870) is known color: Orient. HEX triplet: 15, 58 and 70. RGB value is (21,88,112). Sum of RGB (Red+Green+Blue) = 21+88+112=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #155870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155870 is #EAA78F. Grayscale: #464646. Windows color (decimal): -15378320 or 7362581. OLE color: 7362581.

HSL color Cylindrical-coordinate representation of color #155870: hue angle of 195.82º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #155870 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 88 112 -
CMYK 0.81 0.21 0 0.56
HSL 195.82º 0.68% 0.26% -
HSV(B) 195.82º 0.81% 0.44% -
XYZ 6.72 8.31 16.58 -
YUV 70.7 151.3 92.55 -
System Red Green Blue C M Y K H S L
Decimal 21 88 112 0.81 0.21 0 0.56 195.82 0.68 0.26
Hex 15 58 70 51 15 0 38 C4 44 1A
Octal 25 130 160 121 25 0 70 304 104 32
Binary 10101 1011000 1110000 1010001 10101 0 111000 11000100 1000100 11010

Color Harmonies of #155870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155870

Black with #155870

Text Example


Text Example

White with #155870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155870; }

 p { color: rgb(21,88,112); }

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

background-color css

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

 a { background-color: rgb(21,88,112); }

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

border-color css

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

 span { border-color: rgb(21,88,112); }

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