Html Css Color HEX #185C7D Orient

📋 copy color: '#185C7D'

red 24 ◦ green 92 ◦ blue 125

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

Shades of Orient #185C7D

Tints of Orient #185C7D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.17%

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

R = 9.96%
G = 38.17%
B = 51.87%

CMYK

 C value IS 0.81

 M value IS 0.26

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#185C7D (or 0x185C7D) is known color: Orient. HEX triplet: 18, 5C and 7D. RGB value is (24,92,125). Sum of RGB (Red+Green+Blue) = 24+92+125=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 125 (49.22% from 255 or 51.87% from 241); Max value from RGB is 125 - color contains mainly: blue. Hex color #185C7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185C7D is #E7A382. Grayscale: #4B4B4B. Windows color (decimal): -15180675 or 8215576. OLE color: 8215576.

HSL color Cylindrical-coordinate representation of color #185C7D: hue angle of 199.6º 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 #185C7D is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 24 92 125 -
CMYK 0.81 0.26 0 0.51
HSL 199.6º 0.68% 0.29% -
HSV(B) 199.6º 0.81% 0.49% -
XYZ 7.91 9.33 20.79 -
YUV 75.43 155.97 91.32 -
System Red Green Blue C M Y K H S L
Decimal 24 92 125 0.81 0.26 0 0.51 199.6 0.68 0.29
Hex 18 5C 7D 51 1A 0 33 C8 44 1D
Octal 30 134 175 121 32 0 63 310 104 35
Binary 11000 1011100 1111101 1010001 11010 0 110011 11001000 1000100 11101

Color Harmonies of #185C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185C7D

Black with #185C7D

Text Example


Text Example

White with #185C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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