Html Css Color HEX #15557A Orient

📋 copy color: '#15557A'

red 21 ◦ green 85 ◦ blue 122

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

Shades of Orient #15557A

Tints of Orient #15557A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.28%

 BLUE value IS 122 (48.05% from 255) = 53.51%

R = 9.21%
G = 37.28%
B = 53.51%

CMYK

 C value IS 0.83

 M value IS 0.30

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#15557A (or 0x15557A) is known color: Orient. HEX triplet: 15, 55 and 7A. RGB value is (21,85,122). Sum of RGB (Red+Green+Blue) = 21+85+122=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 122 (48.05% from 255 or 53.51% from 228); Max value from RGB is 122 - color contains mainly: blue. Hex color #15557A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15557A is #EAAA85. Grayscale: #454545. Windows color (decimal): -15379078 or 8017173. OLE color: 8017173.

HSL color Cylindrical-coordinate representation of color #15557A: hue angle of 201.98º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15557A is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 21 85 122 -
CMYK 0.83 0.30 0 0.52
HSL 201.98º 0.71% 0.28% -
HSV(B) 201.98º 0.83% 0.48% -
XYZ 7.07 8.06 19.6 -
YUV 70.08 157.3 92.99 -
System Red Green Blue C M Y K H S L
Decimal 21 85 122 0.83 0.30 0 0.52 201.98 0.71 0.28
Hex 15 55 7A 53 1E 0 34 CA 47 1C
Octal 25 125 172 123 36 0 64 312 107 34
Binary 10101 1010101 1111010 1010011 11110 0 110100 11001010 1000111 11100

Color Harmonies of #15557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15557A

Black with #15557A

Text Example


Text Example

White with #15557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15557A; }

 p { color: rgb(21,85,122); }

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

background-color css

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

 a { background-color: rgb(21,85,122); }

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

border-color css

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

 span { border-color: rgb(21,85,122); }

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