Html Css Color HEX #185567 Orient

📋 copy color: '#185567'

red 24 ◦ green 85 ◦ blue 103

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

Shades of Orient #185567

Tints of Orient #185567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 48.58%

R = 11.32%
G = 40.09%
B = 48.58%

CMYK

 C value IS 0.77

 M value IS 0.17

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#185567 (or 0x185567) is known color: Orient. HEX triplet: 18, 55 and 67. RGB value is (24,85,103). Sum of RGB (Red+Green+Blue) = 24+85+103=212 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.32% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 103 (40.62% from 255 or 48.58% from 212); Max value from RGB is 103 - color contains mainly: blue. Hex color #185567 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185567 is #E7AA98. Grayscale: #444444. Windows color (decimal): -15182489 or 6771992. OLE color: 6771992.

HSL color Cylindrical-coordinate representation of color #185567: hue angle of 193.67º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #185567 is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 24 85 103 -
CMYK 0.77 0.17 0 0.60
HSL 193.67º 0.62% 0.25% -
HSV(B) 193.67º 0.77% 0.4% -
XYZ 6.07 7.67 13.99 -
YUV 68.81 147.29 96.04 -
System Red Green Blue C M Y K H S L
Decimal 24 85 103 0.77 0.17 0 0.60 193.67 0.62 0.25
Hex 18 55 67 4D 11 0 3C C2 3E 19
Octal 30 125 147 115 21 0 74 302 76 31
Binary 11000 1010101 1100111 1001101 10001 0 111100 11000010 111110 11001

Color Harmonies of #185567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185567

Black with #185567

Text Example


Text Example

White with #185567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185567; }

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

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

background-color css

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

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

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

border-color css

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

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

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