Html Css Color HEX #1D6078 Orient

📋 copy color: '#1D6078'

red 29 ◦ green 96 ◦ blue 120

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

Shades of Orient #1D6078

Tints of Orient #1D6078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 48.98%

R = 11.84%
G = 39.18%
B = 48.98%

CMYK

 C value IS 0.76

 M value IS 0.2

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1D6078 (or 0x1D6078) is known color: Orient. HEX triplet: 1D, 60 and 78. RGB value is (29,96,120). Sum of RGB (Red+Green+Blue) = 29+96+120=245 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.84% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #1D6078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6078 is #E29F87. Grayscale: #4E4E4E. Windows color (decimal): -14851976 or 7888925. OLE color: 7888925.

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

Color convert

RGB 29 96 120 -
CMYK 0.76 0.2 0 0.53
HSL 195.82º 0.61% 0.29% -
HSV(B) 195.82º 0.76% 0.47% -
XYZ 8.08 9.98 19.27 -
YUV 78.7 151.3 92.55 -
System Red Green Blue C M Y K H S L
Decimal 29 96 120 0.76 0.2 0 0.53 195.82 0.61 0.29
Hex 1D 60 78 4C 14 0 35 C4 3D 1D
Octal 35 140 170 114 24 0 65 304 75 35
Binary 11101 1100000 1111000 1001100 10100 0 110101 11000100 111101 11101

Color Harmonies of #1D6078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6078

Black with #1D6078

Text Example


Text Example

White with #1D6078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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