Html Css Color HEX #155375 Orient

📋 copy color: '#155375'

red 21 ◦ green 83 ◦ blue 117

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

Shades of Orient #155375

Tints of Orient #155375

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.56%

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

R = 9.5%
G = 37.56%
B = 52.94%

CMYK

 C value IS 0.82

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#155375 (or 0x155375) is known color: Orient. HEX triplet: 15, 53 and 75. RGB value is (21,83,117). Sum of RGB (Red+Green+Blue) = 21+83+117=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #155375 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155375 is #EAAC8A. Grayscale: #444444. Windows color (decimal): -15379595 or 7688981. OLE color: 7688981.

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

Color convert

RGB 21 83 117 -
CMYK 0.82 0.29 0 0.54
HSL 201.25º 0.7% 0.27% -
HSV(B) 201.25º 0.82% 0.46% -
XYZ 6.61 7.63 17.95 -
YUV 68.34 155.46 94.24 -
System Red Green Blue C M Y K H S L
Decimal 21 83 117 0.82 0.29 0 0.54 201.25 0.7 0.27
Hex 15 53 75 52 1D 0 36 C9 46 1B
Octal 25 123 165 122 35 0 66 311 106 33
Binary 10101 1010011 1110101 1010010 11101 0 110110 11001001 1000110 11011

Color Harmonies of #155375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155375

Black with #155375

Text Example


Text Example

White with #155375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155375; }

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

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

background-color css

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

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

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

border-color css

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

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

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