Html Css Color HEX #185569 Orient

📋 copy color: '#185569'

red 24 ◦ green 85 ◦ blue 105

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

Shades of Orient #185569

Tints of Orient #185569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 49.07%

R = 11.21%
G = 39.72%
B = 49.07%

CMYK

 C value IS 0.77

 M value IS 0.19

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#185569 (or 0x185569) is known color: Orient. HEX triplet: 18, 55 and 69. RGB value is (24,85,105). Sum of RGB (Red+Green+Blue) = 24+85+105=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #185569 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185569 is #E7AA96. Grayscale: #444444. Windows color (decimal): -15182487 or 6903064. OLE color: 6903064.

HSL color Cylindrical-coordinate representation of color #185569: hue angle of 194.81º degrees, saturation: 0.63, 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 #185569 is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 24 85 105 -
CMYK 0.77 0.19 0 0.59
HSL 194.81º 0.63% 0.25% -
HSV(B) 194.81º 0.77% 0.41% -
XYZ 6.17 7.71 14.53 -
YUV 69.04 148.29 95.87 -
System Red Green Blue C M Y K H S L
Decimal 24 85 105 0.77 0.19 0 0.59 194.81 0.63 0.25
Hex 18 55 69 4D 13 0 3B C3 3F 19
Octal 30 125 151 115 23 0 73 303 77 31
Binary 11000 1010101 1101001 1001101 10011 0 111011 11000011 111111 11001

Color Harmonies of #185569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185569

Black with #185569

Text Example


Text Example

White with #185569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185569; }

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

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

background-color css

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

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

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

border-color css

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

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

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