Html Css Color HEX #185377 Orient

📋 copy color: '#185377'

red 24 ◦ green 83 ◦ blue 119

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

Shades of Orient #185377

Tints of Orient #185377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 52.65%

R = 10.62%
G = 36.73%
B = 52.65%

CMYK

 C value IS 0.80

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#185377 (or 0x185377) is known color: Orient. HEX triplet: 18, 53 and 77. RGB value is (24,83,119). Sum of RGB (Red+Green+Blue) = 24+83+119=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #185377 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185377 is #E7AC88. Grayscale: #454545. Windows color (decimal): -15182985 or 7820056. OLE color: 7820056.

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

Color convert

RGB 24 83 119 -
CMYK 0.80 0.30 0 0.53
HSL 202.74º 0.66% 0.28% -
HSV(B) 202.74º 0.8% 0.47% -
XYZ 6.8 7.71 18.58 -
YUV 69.46 155.95 95.57 -
System Red Green Blue C M Y K H S L
Decimal 24 83 119 0.80 0.30 0 0.53 202.74 0.66 0.28
Hex 18 53 77 50 1E 0 35 CB 42 1C
Octal 30 123 167 120 36 0 65 313 102 34
Binary 11000 1010011 1110111 1010000 11110 0 110101 11001011 1000010 11100

Color Harmonies of #185377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185377

Black with #185377

Text Example


Text Example

White with #185377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185377; }

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

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

background-color css

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

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

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

border-color css

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

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

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