Html Css Color HEX #185568 Orient

📋 copy color: '#185568'

red 24 ◦ green 85 ◦ blue 104

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

Shades of Orient #185568

Tints of Orient #185568

RGB

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

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

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

R = 11.27%
G = 39.91%
B = 48.83%

CMYK

 C value IS 0.77

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#185568 (or 0x185568) is known color: Orient. HEX triplet: 18, 55 and 68. RGB value is (24,85,104). Sum of RGB (Red+Green+Blue) = 24+85+104=213 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.27% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 104 - color contains mainly: blue. Hex color #185568 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185568 is #E7AA97. Grayscale: #444444. Windows color (decimal): -15182488 or 6837528. OLE color: 6837528.

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

Color convert

RGB 24 85 104 -
CMYK 0.77 0.18 0 0.59
HSL 194.25º 0.63% 0.25% -
HSV(B) 194.25º 0.77% 0.41% -
XYZ 6.12 7.69 14.26 -
YUV 68.93 147.79 95.96 -
System Red Green Blue C M Y K H S L
Decimal 24 85 104 0.77 0.18 0 0.59 194.25 0.63 0.25
Hex 18 55 68 4D 12 0 3B C2 3E 19
Octal 30 125 150 115 22 0 73 302 76 31
Binary 11000 1010101 1101000 1001101 10010 0 111011 11000010 111110 11001

Color Harmonies of #185568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185568

Black with #185568

Text Example


Text Example

White with #185568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185568; }

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

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

background-color css

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

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

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

border-color css

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

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

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