Html Css Color HEX #155272 Orient

📋 copy color: '#155272'

red 21 ◦ green 82 ◦ blue 114

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

Shades of Orient #155272

Tints of Orient #155272

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.79%

 BLUE value IS 114 (44.92% from 255) = 52.53%

R = 9.68%
G = 37.79%
B = 52.53%

CMYK

 C value IS 0.82

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#155272 (or 0x155272) is known color: Orient. HEX triplet: 15, 52 and 72. RGB value is (21,82,114). Sum of RGB (Red+Green+Blue) = 21+82+114=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #155272 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155272 is #EAAD8D. Grayscale: #434343. Windows color (decimal): -15379854 or 7492117. OLE color: 7492117.

HSL color Cylindrical-coordinate representation of color #155272: hue angle of 200.65º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #155272 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 82 114 -
CMYK 0.82 0.28 0 0.55
HSL 200.65º 0.69% 0.26% -
HSV(B) 200.65º 0.82% 0.45% -
XYZ 6.36 7.41 17.01 -
YUV 67.41 154.29 94.9 -
System Red Green Blue C M Y K H S L
Decimal 21 82 114 0.82 0.28 0 0.55 200.65 0.69 0.26
Hex 15 52 72 52 1C 0 37 C9 45 1A
Octal 25 122 162 122 34 0 67 311 105 32
Binary 10101 1010010 1110010 1010010 11100 0 110111 11001001 1000101 11010

Color Harmonies of #155272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155272

Black with #155272

Text Example


Text Example

White with #155272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155272; }

 p { color: rgb(21,82,114); }

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

background-color css

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

 a { background-color: rgb(21,82,114); }

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

border-color css

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

 span { border-color: rgb(21,82,114); }

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