Html Css Color HEX #155674 Orient

📋 copy color: '#155674'

red 21 ◦ green 86 ◦ blue 116

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

Shades of Orient #155674

Tints of Orient #155674

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.57%

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

R = 9.42%
G = 38.57%
B = 52.02%

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

#155674 (or 0x155674) is known color: Orient. HEX triplet: 15, 56 and 74. RGB value is (21,86,116). Sum of RGB (Red+Green+Blue) = 21+86+116=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #155674 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155674 is #EAA98B. Grayscale: #454545. Windows color (decimal): -15378828 or 7624213. OLE color: 7624213.

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

Color convert

RGB 21 86 116 -
CMYK 0.82 0.26 0 0.55
HSL 198.95º 0.69% 0.27% -
HSV(B) 198.95º 0.82% 0.45% -
XYZ 6.79 8.08 17.72 -
YUV 69.99 153.97 93.06 -
System Red Green Blue C M Y K H S L
Decimal 21 86 116 0.82 0.26 0 0.55 198.95 0.69 0.27
Hex 15 56 74 52 1A 0 37 C7 45 1B
Octal 25 126 164 122 32 0 67 307 105 33
Binary 10101 1010110 1110100 1010010 11010 0 110111 11000111 1000101 11011

Color Harmonies of #155674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155674

Black with #155674

Text Example


Text Example

White with #155674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155674; }

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

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

background-color css

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

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

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

border-color css

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

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

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