Html Css Color HEX #18556F Orient

📋 copy color: '#18556F'

red 24 ◦ green 85 ◦ blue 111

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

Shades of Orient #18556F

Tints of Orient #18556F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 50.45%

R = 10.91%
G = 38.64%
B = 50.45%

CMYK

 C value IS 0.78

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#18556F (or 0x18556F) is known color: Orient. HEX triplet: 18, 55 and 6F. RGB value is (24,85,111). Sum of RGB (Red+Green+Blue) = 24+85+111=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #18556F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18556F is #E7AA90. Grayscale: #454545. Windows color (decimal): -15182481 or 7296280. OLE color: 7296280.

HSL color Cylindrical-coordinate representation of color #18556F: hue angle of 197.93º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18556F is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 85 111 -
CMYK 0.78 0.23 0 0.56
HSL 197.93º 0.64% 0.26% -
HSV(B) 197.93º 0.78% 0.44% -
XYZ 6.49 7.84 16.21 -
YUV 69.73 151.29 95.39 -
System Red Green Blue C M Y K H S L
Decimal 24 85 111 0.78 0.23 0 0.56 197.93 0.64 0.26
Hex 18 55 6F 4E 17 0 38 C6 40 1A
Octal 30 125 157 116 27 0 70 306 100 32
Binary 11000 1010101 1101111 1001110 10111 0 111000 11000110 1000000 11010

Color Harmonies of #18556F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18556F

Black with #18556F

Text Example


Text Example

White with #18556F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18556F; }

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

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

background-color css

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

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

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

border-color css

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

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

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