Html Css Color HEX #155269 Orient

📋 copy color: '#155269'

red 21 ◦ green 82 ◦ blue 105

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

Shades of Orient #155269

Tints of Orient #155269

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.42%

 BLUE value IS 105 (41.41% from 255) = 50.48%

R = 10.1%
G = 39.42%
B = 50.48%

CMYK

 C value IS 0.80

 M value IS 0.22

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#155269 (or 0x155269) is known color: Orient. HEX triplet: 15, 52 and 69. RGB value is (21,82,105). Sum of RGB (Red+Green+Blue) = 21+82+105=208 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.10% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #155269 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155269 is #EAAD96. Grayscale: #424242. Windows color (decimal): -15379863 or 6902293. OLE color: 6902293.

HSL color Cylindrical-coordinate representation of color #155269: hue angle of 196.43º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #155269 is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 82 105 -
CMYK 0.80 0.22 0 0.59
HSL 196.43º 0.67% 0.25% -
HSV(B) 196.43º 0.8% 0.41% -
XYZ 5.88 7.21 14.45 -
YUV 66.38 149.79 95.63 -
System Red Green Blue C M Y K H S L
Decimal 21 82 105 0.80 0.22 0 0.59 196.43 0.67 0.25
Hex 15 52 69 50 16 0 3B C4 43 19
Octal 25 122 151 120 26 0 73 304 103 31
Binary 10101 1010010 1101001 1010000 10110 0 111011 11000100 1000011 11001

Color Harmonies of #155269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155269

Black with #155269

Text Example


Text Example

White with #155269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155269; }

 p { color: rgb(21,82,105); }

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

background-color css

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

 a { background-color: rgb(21,82,105); }

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

border-color css

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

 span { border-color: rgb(21,82,105); }

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