Html Css Color HEX #185073 Orient

📋 copy color: '#185073'

red 24 ◦ green 80 ◦ blue 115

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

Shades of Orient #185073

Tints of Orient #185073

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.53%

 BLUE value IS 115 (45.31% from 255) = 52.51%

R = 10.96%
G = 36.53%
B = 52.51%

CMYK

 C value IS 0.79

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#185073 (or 0x185073) is known color: Orient. HEX triplet: 18, 50 and 73. RGB value is (24,80,115). Sum of RGB (Red+Green+Blue) = 24+80+115=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #185073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185073 is #E7AF8C. Grayscale: #434343. Windows color (decimal): -15183757 or 7557144. OLE color: 7557144.

HSL color Cylindrical-coordinate representation of color #185073: hue angle of 203.08º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #185073 is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 24 80 115 -
CMYK 0.79 0.30 0 0.55
HSL 203.08º 0.65% 0.27% -
HSV(B) 203.08º 0.79% 0.45% -
XYZ 6.34 7.17 17.27 -
YUV 67.25 154.95 97.15 -
System Red Green Blue C M Y K H S L
Decimal 24 80 115 0.79 0.30 0 0.55 203.08 0.65 0.27
Hex 18 50 73 4F 1E 0 37 CB 41 1B
Octal 30 120 163 117 36 0 67 313 101 33
Binary 11000 1010000 1110011 1001111 11110 0 110111 11001011 1000001 11011

Color Harmonies of #185073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185073

Black with #185073

Text Example


Text Example

White with #185073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185073; }

 p { color: rgb(24,80,115); }

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

background-color css

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

 a { background-color: rgb(24,80,115); }

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

border-color css

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

 span { border-color: rgb(24,80,115); }

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