Html Css Color HEX #155472 Orient

📋 copy color: '#155472'

red 21 ◦ green 84 ◦ blue 114

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

Shades of Orient #155472

Tints of Orient #155472

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.36%

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

R = 9.59%
G = 38.36%
B = 52.05%

CMYK

 C value IS 0.82

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#155472 (or 0x155472) is known color: Orient. HEX triplet: 15, 54 and 72. RGB value is (21,84,114). Sum of RGB (Red+Green+Blue) = 21+84+114=219 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.59% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #155472 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155472 is #EAAB8D. Grayscale: #444444. Windows color (decimal): -15379342 or 7492629. OLE color: 7492629.

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

Color convert

RGB 21 84 114 -
CMYK 0.82 0.26 0 0.55
HSL 199.35º 0.69% 0.26% -
HSV(B) 199.35º 0.82% 0.45% -
XYZ 6.52 7.71 17.07 -
YUV 68.58 153.63 94.06 -
System Red Green Blue C M Y K H S L
Decimal 21 84 114 0.82 0.26 0 0.55 199.35 0.69 0.26
Hex 15 54 72 52 1A 0 37 C7 45 1A
Octal 25 124 162 122 32 0 67 307 105 32
Binary 10101 1010100 1110010 1010010 11010 0 110111 11000111 1000101 11010

Color Harmonies of #155472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155472

Black with #155472

Text Example


Text Example

White with #155472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155472; }

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

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

background-color css

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

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

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

border-color css

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

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

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