Html Css Color HEX #1D5872 Orient

📋 copy color: '#1D5872'

red 29 ◦ green 88 ◦ blue 114

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

Shades of Orient #1D5872

Tints of Orient #1D5872

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.1%

 BLUE value IS 114 (44.92% from 255) = 49.35%

R = 12.55%
G = 38.1%
B = 49.35%

CMYK

 C value IS 0.75

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1D5872 (or 0x1D5872) is known color: Orient. HEX triplet: 1D, 58 and 72. RGB value is (29,88,114). Sum of RGB (Red+Green+Blue) = 29+88+114=231 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.55% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #1D5872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5872 is #E2A78D. Grayscale: #494949. Windows color (decimal): -14854030 or 7493661. OLE color: 7493661.

HSL color Cylindrical-coordinate representation of color #1D5872: hue angle of 198.35º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D5872 is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 29 88 114 -
CMYK 0.75 0.23 0 0.55
HSL 198.35º 0.59% 0.28% -
HSV(B) 198.35º 0.75% 0.45% -
XYZ 7.03 8.46 17.18 -
YUV 73.32 150.95 96.39 -
System Red Green Blue C M Y K H S L
Decimal 29 88 114 0.75 0.23 0 0.55 198.35 0.59 0.28
Hex 1D 58 72 4B 17 0 37 C6 3B 1C
Octal 35 130 162 113 27 0 67 306 73 34
Binary 11101 1011000 1110010 1001011 10111 0 110111 11000110 111011 11100

Color Harmonies of #1D5872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5872

Black with #1D5872

Text Example


Text Example

White with #1D5872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,88,114); }

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

background-color css

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

 a { background-color: rgb(29,88,114); }

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

border-color css

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

 span { border-color: rgb(29,88,114); }

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