Html Css Color HEX #1D5676 Orient

📋 copy color: '#1D5676'

red 29 ◦ green 86 ◦ blue 118

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

Shades of Orient #1D5676

Tints of Orient #1D5676

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.91%

 BLUE value IS 118 (46.48% from 255) = 50.64%

R = 12.45%
G = 36.91%
B = 50.64%

CMYK

 C value IS 0.75

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1D5676 (or 0x1D5676) is known color: Orient. HEX triplet: 1D, 56 and 76. RGB value is (29,86,118). Sum of RGB (Red+Green+Blue) = 29+86+118=233 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.45% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #1D5676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5676 is #E2A989. Grayscale: #484848. Windows color (decimal): -14854538 or 7755293. OLE color: 7755293.

HSL color Cylindrical-coordinate representation of color #1D5676: hue angle of 201.57º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D5676 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 29 86 118 -
CMYK 0.75 0.27 0 0.54
HSL 201.57º 0.61% 0.29% -
HSV(B) 201.57º 0.75% 0.46% -
XYZ 7.1 8.22 18.35 -
YUV 72.61 153.62 96.9 -
System Red Green Blue C M Y K H S L
Decimal 29 86 118 0.75 0.27 0 0.54 201.57 0.61 0.29
Hex 1D 56 76 4B 1B 0 36 CA 3D 1D
Octal 35 126 166 113 33 0 66 312 75 35
Binary 11101 1010110 1110110 1001011 11011 0 110110 11001010 111101 11101

Color Harmonies of #1D5676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5676

Black with #1D5676

Text Example


Text Example

White with #1D5676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,86,118); }

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

background-color css

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

 a { background-color: rgb(29,86,118); }

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

border-color css

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

 span { border-color: rgb(29,86,118); }

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