Html Css Color HEX #1D4F73 Orient

📋 copy color: '#1D4F73'

red 29 ◦ green 79 ◦ blue 115

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

Shades of Orient #1D4F73

Tints of Orient #1D4F73

RGB

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

 GREEN value IS 79 (31.25% from 255) = 35.43%

 BLUE value IS 115 (45.31% from 255) = 51.57%

R = 13%
G = 35.43%
B = 51.57%

CMYK

 C value IS 0.75

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1D4F73 (or 0x1D4F73) is known color: Orient. HEX triplet: 1D, 4F and 73. RGB value is (29,79,115). Sum of RGB (Red+Green+Blue) = 29+79+115=223 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.00% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #1D4F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D4F73 is #E2B08C. Grayscale: #434343. Windows color (decimal): -14856333 or 7556893. OLE color: 7556893.

HSL color Cylindrical-coordinate representation of color #1D4F73: hue angle of 205.12º degrees, saturation: 0.6, 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 #1D4F73 is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 29 79 115 -
CMYK 0.75 0.31 0 0.55
HSL 205.12º 0.6% 0.28% -
HSV(B) 205.12º 0.75% 0.45% -
XYZ 6.4 7.09 17.25 -
YUV 68.15 154.44 100.07 -
System Red Green Blue C M Y K H S L
Decimal 29 79 115 0.75 0.31 0 0.55 205.12 0.6 0.28
Hex 1D 4F 73 4B 1F 0 37 CD 3C 1C
Octal 35 117 163 113 37 0 67 315 74 34
Binary 11101 1001111 1110011 1001011 11111 0 110111 11001101 111100 11100

Color Harmonies of #1D4F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4F73

Black with #1D4F73

Text Example


Text Example

White with #1D4F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,79,115); }

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

background-color css

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

 a { background-color: rgb(29,79,115); }

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

border-color css

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

 span { border-color: rgb(29,79,115); }

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