Html Css Color HEX #185369 Orient

📋 copy color: '#185369'

red 24 ◦ green 83 ◦ blue 105

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

Shades of Orient #185369

Tints of Orient #185369

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.15%

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

R = 11.32%
G = 39.15%
B = 49.53%

CMYK

 C value IS 0.77

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#185369 (or 0x185369) is known color: Orient. HEX triplet: 18, 53 and 69. RGB value is (24,83,105). Sum of RGB (Red+Green+Blue) = 24+83+105=212 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.32% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #185369 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185369 is #E7AC96. Grayscale: #434343. Windows color (decimal): -15182999 or 6902552. OLE color: 6902552.

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

Color convert

RGB 24 83 105 -
CMYK 0.77 0.21 0 0.59
HSL 196.3º 0.63% 0.25% -
HSV(B) 196.3º 0.77% 0.41% -
XYZ 6.02 7.4 14.48 -
YUV 67.87 148.95 96.71 -
System Red Green Blue C M Y K H S L
Decimal 24 83 105 0.77 0.21 0 0.59 196.3 0.63 0.25
Hex 18 53 69 4D 15 0 3B C4 3F 19
Octal 30 123 151 115 25 0 73 304 77 31
Binary 11000 1010011 1101001 1001101 10101 0 111011 11000100 111111 11001

Color Harmonies of #185369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185369

Black with #185369

Text Example


Text Example

White with #185369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185369; }

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

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

background-color css

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

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

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

border-color css

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

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

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