Html Css Color HEX #155075 Orient

📋 copy color: '#155075'

red 21 ◦ green 80 ◦ blue 117

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

Shades of Orient #155075

Tints of Orient #155075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 53.67%

R = 9.63%
G = 36.7%
B = 53.67%

CMYK

 C value IS 0.82

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#155075 (or 0x155075) is known color: Orient. HEX triplet: 15, 50 and 75. RGB value is (21,80,117). Sum of RGB (Red+Green+Blue) = 21+80+117=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #155075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155075 is #EAAF8A. Grayscale: #424242. Windows color (decimal): -15380363 or 7688213. OLE color: 7688213.

HSL color Cylindrical-coordinate representation of color #155075: hue angle of 203.12º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #155075 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 80 117 -
CMYK 0.82 0.32 0 0.54
HSL 203.13º 0.7% 0.27% -
HSV(B) 203.13º 0.82% 0.46% -
XYZ 6.39 7.18 17.88 -
YUV 66.58 156.45 95.49 -
System Red Green Blue C M Y K H S L
Decimal 21 80 117 0.82 0.32 0 0.54 203.13 0.7 0.27
Hex 15 50 75 52 20 0 36 CB 46 1B
Octal 25 120 165 122 40 0 66 313 106 33
Binary 10101 1010000 1110101 1010010 100000 0 110110 11001011 1000110 11011

Color Harmonies of #155075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155075

Black with #155075

Text Example


Text Example

White with #155075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155075; }

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

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

background-color css

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

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

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

border-color css

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

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

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