Html Css Color HEX #155372 Orient

📋 copy color: '#155372'

red 21 ◦ green 83 ◦ blue 114

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

Shades of Orient #155372

Tints of Orient #155372

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.07%

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

R = 9.63%
G = 38.07%
B = 52.29%

CMYK

 C value IS 0.82

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#155372 (or 0x155372) is known color: Orient. HEX triplet: 15, 53 and 72. RGB value is (21,83,114). Sum of RGB (Red+Green+Blue) = 21+83+114=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #155372 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155372 is #EAAC8D. Grayscale: #434343. Windows color (decimal): -15379598 or 7492373. OLE color: 7492373.

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

Color convert

RGB 21 83 114 -
CMYK 0.82 0.27 0 0.55
HSL 200º 0.69% 0.26% -
HSV(B) 200º 0.82% 0.45% -
XYZ 6.44 7.56 17.04 -
YUV 68 153.96 94.48 -
System Red Green Blue C M Y K H S L
Decimal 21 83 114 0.82 0.27 0 0.55 200 0.69 0.26
Hex 15 53 72 52 1B 0 37 C8 45 1A
Octal 25 123 162 122 33 0 67 310 105 32
Binary 10101 1010011 1110010 1010010 11011 0 110111 11001000 1000101 11010

Color Harmonies of #155372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155372

Black with #155372

Text Example


Text Example

White with #155372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155372; }

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

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

background-color css

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

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

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

border-color css

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

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

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