Html Css Color HEX #155468 Orient

📋 copy color: '#155468'

red 21 ◦ green 84 ◦ blue 104

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

Shades of Orient #155468

Tints of Orient #155468

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.19%

 BLUE value IS 104 (41.02% from 255) = 49.76%

R = 10.05%
G = 40.19%
B = 49.76%

CMYK

 C value IS 0.80

 M value IS 0.19

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#155468 (or 0x155468) is known color: Orient. HEX triplet: 15, 54 and 68. RGB value is (21,84,104). Sum of RGB (Red+Green+Blue) = 21+84+104=209 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.05% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #155468 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155468 is #EAAB97. Grayscale: #434343. Windows color (decimal): -15379352 or 6837269. OLE color: 6837269.

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

Color convert

RGB 21 84 104 -
CMYK 0.80 0.19 0 0.59
HSL 194.46º 0.66% 0.25% -
HSV(B) 194.46º 0.8% 0.41% -
XYZ 5.98 7.5 14.23 -
YUV 67.44 148.63 94.87 -
System Red Green Blue C M Y K H S L
Decimal 21 84 104 0.80 0.19 0 0.59 194.46 0.66 0.25
Hex 15 54 68 50 13 0 3B C2 42 19
Octal 25 124 150 120 23 0 73 302 102 31
Binary 10101 1010100 1101000 1010000 10011 0 111011 11000010 1000010 11001

Color Harmonies of #155468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155468

Black with #155468

Text Example


Text Example

White with #155468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155468; }

 p { color: rgb(21,84,104); }

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

background-color css

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

 a { background-color: rgb(21,84,104); }

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

border-color css

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

 span { border-color: rgb(21,84,104); }

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