Html Css Color HEX #185A7A Orient

📋 copy color: '#185A7A'

red 24 ◦ green 90 ◦ blue 122

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

Shades of Orient #185A7A

Tints of Orient #185A7A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.14%

 BLUE value IS 122 (48.05% from 255) = 51.69%

R = 10.17%
G = 38.14%
B = 51.69%

CMYK

 C value IS 0.80

 M value IS 0.26

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#185A7A (or 0x185A7A) is known color: Orient. HEX triplet: 18, 5A and 7A. RGB value is (24,90,122). Sum of RGB (Red+Green+Blue) = 24+90+122=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 122 (48.05% from 255 or 51.69% from 236); Max value from RGB is 122 - color contains mainly: blue. Hex color #185A7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185A7A is #E7A585. Grayscale: #494949. Windows color (decimal): -15181190 or 8018456. OLE color: 8018456.

HSL color Cylindrical-coordinate representation of color #185A7A: hue angle of 199.59º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #185A7A is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 24 90 122 -
CMYK 0.80 0.26 0 0.52
HSL 199.59º 0.67% 0.29% -
HSV(B) 199.59º 0.8% 0.48% -
XYZ 7.55 8.91 19.73 -
YUV 73.91 155.13 92.4 -
System Red Green Blue C M Y K H S L
Decimal 24 90 122 0.80 0.26 0 0.52 199.59 0.67 0.29
Hex 18 5A 7A 50 1A 0 34 C8 43 1D
Octal 30 132 172 120 32 0 64 310 103 35
Binary 11000 1011010 1111010 1010000 11010 0 110100 11001000 1000011 11101

Color Harmonies of #185A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185A7A

Black with #185A7A

Text Example


Text Example

White with #185A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,90,122); }

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

background-color css

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

 a { background-color: rgb(24,90,122); }

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

border-color css

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

 span { border-color: rgb(24,90,122); }

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