Html Css Color HEX #185376 Orient

📋 copy color: '#185376'

red 24 ◦ green 83 ◦ blue 118

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

Shades of Orient #185376

Tints of Orient #185376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 52.44%

R = 10.67%
G = 36.89%
B = 52.44%

CMYK

 C value IS 0.80

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#185376 (or 0x185376) is known color: Orient. HEX triplet: 18, 53 and 76. RGB value is (24,83,118). Sum of RGB (Red+Green+Blue) = 24+83+118=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #185376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185376 is #E7AC89. Grayscale: #454545. Windows color (decimal): -15182986 or 7754520. OLE color: 7754520.

HSL color Cylindrical-coordinate representation of color #185376: hue angle of 202.34º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #185376 is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 24 83 118 -
CMYK 0.80 0.30 0 0.54
HSL 202.34º 0.66% 0.28% -
HSV(B) 202.34º 0.8% 0.46% -
XYZ 6.74 7.69 18.27 -
YUV 69.35 155.45 95.65 -
System Red Green Blue C M Y K H S L
Decimal 24 83 118 0.80 0.30 0 0.54 202.34 0.66 0.28
Hex 18 53 76 50 1E 0 36 CA 42 1C
Octal 30 123 166 120 36 0 66 312 102 34
Binary 11000 1010011 1110110 1010000 11110 0 110110 11001010 1000010 11100

Color Harmonies of #185376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185376

Black with #185376

Text Example


Text Example

White with #185376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185376; }

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

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

background-color css

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

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

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

border-color css

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

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

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