Html Css Color HEX #1D5F7D Orient

📋 copy color: '#1D5F7D'

red 29 ◦ green 95 ◦ blue 125

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

Shades of Orient #1D5F7D

Tints of Orient #1D5F7D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 38.15%

 BLUE value IS 125 (49.22% from 255) = 50.2%

R = 11.65%
G = 38.15%
B = 50.2%

CMYK

 C value IS 0.77

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1D5F7D (or 0x1D5F7D) is known color: Orient. HEX triplet: 1D, 5F and 7D. RGB value is (29,95,125). Sum of RGB (Red+Green+Blue) = 29+95+125=249 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.65% from 249); Green value is 95 (37.5% from 255 or 38.15% from 249); Blue value is 125 (49.22% from 255 or 50.20% from 249); Max value from RGB is 125 - color contains mainly: blue. Hex color #1D5F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5F7D is #E2A082. Grayscale: #4E4E4E. Windows color (decimal): -14852227 or 8216349. OLE color: 8216349.

HSL color Cylindrical-coordinate representation of color #1D5F7D: hue angle of 198.75º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D5F7D is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 29 95 125 -
CMYK 0.77 0.24 0 0.51
HSL 198.75º 0.62% 0.3% -
HSV(B) 198.75º 0.77% 0.49% -
XYZ 8.3 9.93 20.88 -
YUV 78.69 154.13 92.56 -
System Red Green Blue C M Y K H S L
Decimal 29 95 125 0.77 0.24 0 0.51 198.75 0.62 0.3
Hex 1D 5F 7D 4D 18 0 33 C7 3E 1E
Octal 35 137 175 115 30 0 63 307 76 36
Binary 11101 1011111 1111101 1001101 11000 0 110011 11000111 111110 11110

Color Harmonies of #1D5F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5F7D

Black with #1D5F7D

Text Example


Text Example

White with #1D5F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,95,125); }

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

background-color css

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

 a { background-color: rgb(29,95,125); }

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

border-color css

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

 span { border-color: rgb(29,95,125); }

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