Html Css Color HEX #155474 Orient

📋 copy color: '#155474'

red 21 ◦ green 84 ◦ blue 116

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

Shades of Orient #155474

Tints of Orient #155474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 52.49%

R = 9.5%
G = 38.01%
B = 52.49%

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

#155474 (or 0x155474) is known color: Orient. HEX triplet: 15, 54 and 74. RGB value is (21,84,116). Sum of RGB (Red+Green+Blue) = 21+84+116=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 116 (45.70% from 255 or 52.49% from 221); Max value from RGB is 116 - color contains mainly: blue. Hex color #155474 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155474 is #EAAB8B. Grayscale: #444444. Windows color (decimal): -15379340 or 7623701. OLE color: 7623701.

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

Color convert

RGB 21 84 116 -
CMYK 0.82 0.28 0 0.55
HSL 200.21º 0.69% 0.27% -
HSV(B) 200.21º 0.82% 0.45% -
XYZ 6.63 7.76 17.67 -
YUV 68.81 154.63 93.9 -
System Red Green Blue C M Y K H S L
Decimal 21 84 116 0.82 0.28 0 0.55 200.21 0.69 0.27
Hex 15 54 74 52 1C 0 37 C8 45 1B
Octal 25 124 164 122 34 0 67 310 105 33
Binary 10101 1010100 1110100 1010010 11100 0 110111 11001000 1000101 11011

Color Harmonies of #155474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155474

Black with #155474

Text Example


Text Example

White with #155474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155474; }

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

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

background-color css

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

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

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

border-color css

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

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

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