Html Css Color HEX #155369 Orient

📋 copy color: '#155369'

red 21 ◦ green 83 ◦ blue 105

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

Shades of Orient #155369

Tints of Orient #155369

RGB

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

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

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

R = 10.05%
G = 39.71%
B = 50.24%

CMYK

 C value IS 0.80

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#155369 (or 0x155369) is known color: Orient. HEX triplet: 15, 53 and 69. RGB value is (21,83,105). Sum of RGB (Red+Green+Blue) = 21+83+105=209 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.05% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #155369 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155369 is #EAAC96. Grayscale: #424242. Windows color (decimal): -15379607 or 6902549. OLE color: 6902549.

HSL color Cylindrical-coordinate representation of color #155369: hue angle of 195.71º 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 #155369 is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 83 105 -
CMYK 0.80 0.21 0 0.59
HSL 195.71º 0.67% 0.25% -
HSV(B) 195.71º 0.8% 0.41% -
XYZ 5.95 7.37 14.47 -
YUV 66.97 149.46 95.21 -
System Red Green Blue C M Y K H S L
Decimal 21 83 105 0.80 0.21 0 0.59 195.71 0.67 0.25
Hex 15 53 69 50 15 0 3B C4 43 19
Octal 25 123 151 120 25 0 73 304 103 31
Binary 10101 1010011 1101001 1010000 10101 0 111011 11000100 1000011 11001

Color Harmonies of #155369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155369

Black with #155369

Text Example


Text Example

White with #155369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155369; }

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

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

background-color css

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

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

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

border-color css

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

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

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