Html Css Color HEX #155070 Orient

📋 copy color: '#155070'

red 21 ◦ green 80 ◦ blue 112

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

Shades of Orient #155070

Tints of Orient #155070

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.56%

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

R = 9.86%
G = 37.56%
B = 52.58%

CMYK

 C value IS 0.81

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#155070 (or 0x155070) is known color: Orient. HEX triplet: 15, 50 and 70. RGB value is (21,80,112). Sum of RGB (Red+Green+Blue) = 21+80+112=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #155070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155070 is #EAAF8F. Grayscale: #414141. Windows color (decimal): -15380368 or 7360533. OLE color: 7360533.

HSL color Cylindrical-coordinate representation of color #155070: hue angle of 201.1º 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 #155070 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 80 112 -
CMYK 0.81 0.29 0 0.56
HSL 201.1º 0.68% 0.26% -
HSV(B) 201.1º 0.81% 0.44% -
XYZ 6.1 7.07 16.37 -
YUV 66.01 153.95 95.9 -
System Red Green Blue C M Y K H S L
Decimal 21 80 112 0.81 0.29 0 0.56 201.1 0.68 0.26
Hex 15 50 70 51 1D 0 38 C9 44 1A
Octal 25 120 160 121 35 0 70 311 104 32
Binary 10101 1010000 1110000 1010001 11101 0 111000 11001001 1000100 11010

Color Harmonies of #155070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155070

Black with #155070

Text Example


Text Example

White with #155070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155070; }

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

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

background-color css

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

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

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

border-color css

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

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

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