Html Css Color HEX #185074 Orient

📋 copy color: '#185074'

red 24 ◦ green 80 ◦ blue 116

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

Shades of Orient #185074

Tints of Orient #185074

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.36%

 BLUE value IS 116 (45.7% from 255) = 52.73%

R = 10.91%
G = 36.36%
B = 52.73%

CMYK

 C value IS 0.79

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#185074 (or 0x185074) is known color: Orient. HEX triplet: 18, 50 and 74. RGB value is (24,80,116). Sum of RGB (Red+Green+Blue) = 24+80+116=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 116 (45.70% from 255 or 52.73% from 220); Max value from RGB is 116 - color contains mainly: blue. Hex color #185074 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185074 is #E7AF8B. Grayscale: #434343. Windows color (decimal): -15183756 or 7622680. OLE color: 7622680.

HSL color Cylindrical-coordinate representation of color #185074: hue angle of 203.48º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #185074 is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 24 80 116 -
CMYK 0.79 0.31 0 0.55
HSL 203.48º 0.66% 0.27% -
HSV(B) 203.48º 0.79% 0.45% -
XYZ 6.4 7.19 17.57 -
YUV 67.36 155.45 97.07 -
System Red Green Blue C M Y K H S L
Decimal 24 80 116 0.79 0.31 0 0.55 203.48 0.66 0.27
Hex 18 50 74 4F 1F 0 37 CB 42 1B
Octal 30 120 164 117 37 0 67 313 102 33
Binary 11000 1010000 1110100 1001111 11111 0 110111 11001011 1000010 11011

Color Harmonies of #185074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185074

Black with #185074

Text Example


Text Example

White with #185074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185074; }

 p { color: rgb(24,80,116); }

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

background-color css

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

 a { background-color: rgb(24,80,116); }

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

border-color css

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

 span { border-color: rgb(24,80,116); }

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