Html Css Color HEX #1D6077 Orient

📋 copy color: '#1D6077'

red 29 ◦ green 96 ◦ blue 119

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

Shades of Orient #1D6077

Tints of Orient #1D6077

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.34%

 BLUE value IS 119 (46.88% from 255) = 48.77%

R = 11.89%
G = 39.34%
B = 48.77%

CMYK

 C value IS 0.76

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1D6077 (or 0x1D6077) is known color: Orient. HEX triplet: 1D, 60 and 77. RGB value is (29,96,119). Sum of RGB (Red+Green+Blue) = 29+96+119=244 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.89% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #1D6077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6077 is #E29F88. Grayscale: #4E4E4E. Windows color (decimal): -14851977 or 7823389. OLE color: 7823389.

HSL color Cylindrical-coordinate representation of color #1D6077: hue angle of 195.33º 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 #1D6077 is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 29 96 119 -
CMYK 0.76 0.19 0 0.53
HSL 195.33º 0.61% 0.29% -
HSV(B) 195.33º 0.76% 0.47% -
XYZ 8.02 9.96 18.95 -
YUV 78.59 150.8 92.63 -
System Red Green Blue C M Y K H S L
Decimal 29 96 119 0.76 0.19 0 0.53 195.33 0.61 0.29
Hex 1D 60 77 4C 13 0 35 C3 3D 1D
Octal 35 140 167 114 23 0 65 303 75 35
Binary 11101 1100000 1110111 1001100 10011 0 110101 11000011 111101 11101

Color Harmonies of #1D6077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6077

Black with #1D6077

Text Example


Text Example

White with #1D6077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,96,119); }

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

background-color css

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

 a { background-color: rgb(29,96,119); }

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

border-color css

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

 span { border-color: rgb(29,96,119); }

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