Html Css Color HEX #18557A Orient

📋 copy color: '#18557A'

red 24 ◦ green 85 ◦ blue 122

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

Shades of Orient #18557A

Tints of Orient #18557A

RGB

 RED value IS 24 (9.77% from 255) = 10.39%

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

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

R = 10.39%
G = 36.8%
B = 52.81%

CMYK

 C value IS 0.80

 M value IS 0.30

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#18557A (or 0x18557A) is known color: Orient. HEX triplet: 18, 55 and 7A. RGB value is (24,85,122). Sum of RGB (Red+Green+Blue) = 24+85+122=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 122 (48.05% from 255 or 52.81% from 231); Max value from RGB is 122 - color contains mainly: blue. Hex color #18557A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18557A is #E7AA85. Grayscale: #464646. Windows color (decimal): -15182470 or 8017176. OLE color: 8017176.

HSL color Cylindrical-coordinate representation of color #18557A: hue angle of 202.65º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18557A is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 24 85 122 -
CMYK 0.80 0.30 0 0.52
HSL 202.65º 0.67% 0.29% -
HSV(B) 202.65º 0.8% 0.48% -
XYZ 7.14 8.1 19.6 -
YUV 70.98 156.79 94.49 -
System Red Green Blue C M Y K H S L
Decimal 24 85 122 0.80 0.30 0 0.52 202.65 0.67 0.29
Hex 18 55 7A 50 1E 0 34 CB 43 1D
Octal 30 125 172 120 36 0 64 313 103 35
Binary 11000 1010101 1111010 1010000 11110 0 110100 11001011 1000011 11101

Color Harmonies of #18557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18557A

Black with #18557A

Text Example


Text Example

White with #18557A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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