Html Css Color HEX #1D5978 Orient

📋 copy color: '#1D5978'

red 29 ◦ green 89 ◦ blue 120

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

Shades of Orient #1D5978

Tints of Orient #1D5978

RGB

 RED value IS 29 (11.72% from 255) = 12.18%

 GREEN value IS 89 (35.16% from 255) = 37.39%

 BLUE value IS 120 (47.27% from 255) = 50.42%

R = 12.18%
G = 37.39%
B = 50.42%

CMYK

 C value IS 0.76

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1D5978 (or 0x1D5978) is known color: Orient. HEX triplet: 1D, 59 and 78. RGB value is (29,89,120). Sum of RGB (Red+Green+Blue) = 29+89+120=238 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.18% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 120 (47.27% from 255 or 50.42% from 238); Max value from RGB is 120 - color contains mainly: blue. Hex color #1D5978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5978 is #E2A687. Grayscale: #4A4A4A. Windows color (decimal): -14853768 or 7887133. OLE color: 7887133.

HSL color Cylindrical-coordinate representation of color #1D5978: hue angle of 200.44º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D5978 is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 29 89 120 -
CMYK 0.76 0.26 0 0.53
HSL 200.44º 0.61% 0.29% -
HSV(B) 200.44º 0.76% 0.47% -
XYZ 7.47 8.76 19.07 -
YUV 74.59 153.62 95.48 -
System Red Green Blue C M Y K H S L
Decimal 29 89 120 0.76 0.26 0 0.53 200.44 0.61 0.29
Hex 1D 59 78 4C 1A 0 35 C8 3D 1D
Octal 35 131 170 114 32 0 65 310 75 35
Binary 11101 1011001 1111000 1001100 11010 0 110101 11001000 111101 11101

Color Harmonies of #1D5978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5978

Black with #1D5978

Text Example


Text Example

White with #1D5978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D5978; }

 p { color: rgb(29,89,120); }

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

background-color css

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

 a { background-color: rgb(29,89,120); }

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

border-color css

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

 span { border-color: rgb(29,89,120); }

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