Html Css Color HEX #185B7D Orient

📋 copy color: '#185B7D'

red 24 ◦ green 91 ◦ blue 125

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

Shades of Orient #185B7D

Tints of Orient #185B7D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.92%

 BLUE value IS 125 (49.22% from 255) = 52.08%

R = 10%
G = 37.92%
B = 52.08%

CMYK

 C value IS 0.81

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#185B7D (or 0x185B7D) is known color: Orient. HEX triplet: 18, 5B and 7D. RGB value is (24,91,125). Sum of RGB (Red+Green+Blue) = 24+91+125=240 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10% from 240); Green value is 91 (35.94% from 255 or 37.92% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #185B7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185B7D is #E7A482. Grayscale: #4A4A4A. Windows color (decimal): -15180931 or 8215320. OLE color: 8215320.

HSL color Cylindrical-coordinate representation of color #185B7D: hue angle of 200.2º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #185B7D is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 24 91 125 -
CMYK 0.81 0.27 0 0.51
HSL 200.2º 0.68% 0.29% -
HSV(B) 200.2º 0.81% 0.49% -
XYZ 7.82 9.16 20.76 -
YUV 74.84 156.3 91.74 -
System Red Green Blue C M Y K H S L
Decimal 24 91 125 0.81 0.27 0 0.51 200.2 0.68 0.29
Hex 18 5B 7D 51 1B 0 33 C8 44 1D
Octal 30 133 175 121 33 0 63 310 104 35
Binary 11000 1011011 1111101 1010001 11011 0 110011 11001000 1000100 11101

Color Harmonies of #185B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185B7D

Black with #185B7D

Text Example


Text Example

White with #185B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185B7D; }

 p { color: rgb(24,91,125); }

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

background-color css

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

 a { background-color: rgb(24,91,125); }

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

border-color css

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

 span { border-color: rgb(24,91,125); }

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