Html Css Color HEX #1F639D Lochmara

📋 copy color: '#1F639D'

red 31 ◦ green 99 ◦ blue 157

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

Shades of Lochmara #1F639D

Tints of Lochmara #1F639D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.49%

 BLUE value IS 157 (61.72% from 255) = 54.7%

R = 10.8%
G = 34.49%
B = 54.7%

CMYK

 C value IS 0.80

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1F639D (or 0x1F639D) is known color: Lochmara. HEX triplet: 1F, 63 and 9D. RGB value is (31,99,157). Sum of RGB (Red+Green+Blue) = 31+99+157=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #1F639D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F639D is #E09C62. Grayscale: #545454. Windows color (decimal): -14720099 or 10314527. OLE color: 10314527.

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

Color convert

RGB 31 99 157 -
CMYK 0.80 0.37 0 0.38
HSL 207.62º 0.67% 0.37% -
HSV(B) 207.62º 0.8% 0.62% -
XYZ 11.11 11.65 33.56 -
YUV 85.28 168.47 89.28 -
System Red Green Blue C M Y K H S L
Decimal 31 99 157 0.80 0.37 0 0.38 207.62 0.67 0.37
Hex 1F 63 9D 50 25 0 26 D0 43 25
Octal 37 143 235 120 45 0 46 320 103 45
Binary 11111 1100011 10011101 1010000 100101 0 100110 11010000 1000011 100101

Color Harmonies of #1F639D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F639D

Black with #1F639D

Text Example


Text Example

White with #1F639D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,99,157); }

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

background-color css

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

 a { background-color: rgb(31,99,157); }

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

border-color css

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

 span { border-color: rgb(31,99,157); }

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