Html Css Color HEX #1D619E Lochmara

📋 copy color: '#1D619E'

red 29 ◦ green 97 ◦ blue 158

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

Shades of Lochmara #1D619E

Tints of Lochmara #1D619E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.15%

 BLUE value IS 158 (62.11% from 255) = 55.63%

R = 10.21%
G = 34.15%
B = 55.63%

CMYK

 C value IS 0.82

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1D619E (or 0x1D619E) is known color: Lochmara. HEX triplet: 1D, 61 and 9E. RGB value is (29,97,158). Sum of RGB (Red+Green+Blue) = 29+97+158=284 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.21% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 158 (62.11% from 255 or 55.63% from 284); Max value from RGB is 158 - color contains mainly: blue. Hex color #1D619E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D619E is #E29E61. Grayscale: #535353. Windows color (decimal): -14851682 or 10379549. OLE color: 10379549.

HSL color Cylindrical-coordinate representation of color #1D619E: hue angle of 208.37º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D619E is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 29 97 158 -
CMYK 0.82 0.39 0 0.38
HSL 208.37º 0.69% 0.37% -
HSV(B) 208.37º 0.82% 0.62% -
XYZ 10.95 11.28 33.95 -
YUV 83.62 169.97 89.04 -
System Red Green Blue C M Y K H S L
Decimal 29 97 158 0.82 0.39 0 0.38 208.37 0.69 0.37
Hex 1D 61 9E 52 27 0 26 D0 45 25
Octal 35 141 236 122 47 0 46 320 105 45
Binary 11101 1100001 10011110 1010010 100111 0 100110 11010000 1000101 100101

Color Harmonies of #1D619E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D619E

Black with #1D619E

Text Example


Text Example

White with #1D619E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,97,158); }

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

background-color css

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

 a { background-color: rgb(29,97,158); }

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

border-color css

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

 span { border-color: rgb(29,97,158); }

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