Html Css Color HEX #1F689B Lochmara

📋 copy color: '#1F689B'

red 31 ◦ green 104 ◦ blue 155

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

Shades of Lochmara #1F689B

Tints of Lochmara #1F689B

RGB

 RED value IS 31 (12.5% from 255) = 10.69%

 GREEN value IS 104 (41.02% from 255) = 35.86%

 BLUE value IS 155 (60.94% from 255) = 53.45%

R = 10.69%
G = 35.86%
B = 53.45%

CMYK

 C value IS 0.8

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F689B (or 0x1F689B) is known color: Lochmara. HEX triplet: 1F, 68 and 9B. RGB value is (31,104,155). Sum of RGB (Red+Green+Blue) = 31+104+155=290 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.69% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F689B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F689B is #E09764. Grayscale: #575757. Windows color (decimal): -14718821 or 10184735. OLE color: 10184735.

HSL color Cylindrical-coordinate representation of color #1F689B: hue angle of 204.68º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F689B is Cyan = 0.8, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 31 104 155 -
CMYK 0.8 0.33 0 0.39
HSL 204.68º 0.67% 0.36% -
HSV(B) 204.68º 0.8% 0.61% -
XYZ 11.43 12.56 32.83 -
YUV 87.99 165.82 87.35 -
System Red Green Blue C M Y K H S L
Decimal 31 104 155 0.8 0.33 0 0.39 204.68 0.67 0.36
Hex 1F 68 9B 50 21 0 27 CD 43 24
Octal 37 150 233 120 41 0 47 315 103 44
Binary 11111 1101000 10011011 1010000 100001 0 100111 11001101 1000011 100100

Color Harmonies of #1F689B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F689B

Black with #1F689B

Text Example


Text Example

White with #1F689B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,104,155); }

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

background-color css

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

 a { background-color: rgb(31,104,155); }

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

border-color css

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

 span { border-color: rgb(31,104,155); }

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