Html Css Color HEX #155874 Orient

📋 copy color: '#155874'

red 21 ◦ green 88 ◦ blue 116

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

Shades of Orient #155874

Tints of Orient #155874

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.11%

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

R = 9.33%
G = 39.11%
B = 51.56%

CMYK

 C value IS 0.82

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#155874 (or 0x155874) is known color: Orient. HEX triplet: 15, 58 and 74. RGB value is (21,88,116). Sum of RGB (Red+Green+Blue) = 21+88+116=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 116 (45.70% from 255 or 51.56% from 225); Max value from RGB is 116 - color contains mainly: blue. Hex color #155874 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155874 is #EAA78B. Grayscale: #464646. Windows color (decimal): -15378316 or 7624725. OLE color: 7624725.

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

Color convert

RGB 21 88 116 -
CMYK 0.82 0.24 0 0.55
HSL 197.68º 0.69% 0.27% -
HSV(B) 197.68º 0.82% 0.45% -
XYZ 6.95 8.4 17.78 -
YUV 71.16 153.3 92.22 -
System Red Green Blue C M Y K H S L
Decimal 21 88 116 0.82 0.24 0 0.55 197.68 0.69 0.27
Hex 15 58 74 52 18 0 37 C6 45 1B
Octal 25 130 164 122 30 0 67 306 105 33
Binary 10101 1011000 1110100 1010010 11000 0 110111 11000110 1000101 11011

Color Harmonies of #155874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155874

Black with #155874

Text Example


Text Example

White with #155874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155874; }

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

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

background-color css

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

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

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

border-color css

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

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

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