Html Css Color HEX #1F679C Lochmara

📋 copy color: '#1F679C'

red 31 ◦ green 103 ◦ blue 156

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

Shades of Lochmara #1F679C

Tints of Lochmara #1F679C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.52%

 BLUE value IS 156 (61.33% from 255) = 53.79%

R = 10.69%
G = 35.52%
B = 53.79%

CMYK

 C value IS 0.80

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F679C (or 0x1F679C) is known color: Lochmara. HEX triplet: 1F, 67 and 9C. RGB value is (31,103,156). Sum of RGB (Red+Green+Blue) = 31+103+156=290 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.69% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 156 (61.33% from 255 or 53.79% from 290); Max value from RGB is 156 - color contains mainly: blue. Hex color #1F679C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F679C is #E09863. Grayscale: #575757. Windows color (decimal): -14719076 or 10250015. OLE color: 10250015.

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

Color convert

RGB 31 103 156 -
CMYK 0.80 0.34 0 0.39
HSL 205.44º 0.67% 0.37% -
HSV(B) 205.44º 0.8% 0.61% -
XYZ 11.42 12.39 33.24 -
YUV 87.51 166.65 87.69 -
System Red Green Blue C M Y K H S L
Decimal 31 103 156 0.80 0.34 0 0.39 205.44 0.67 0.37
Hex 1F 67 9C 50 22 0 27 CD 43 25
Octal 37 147 234 120 42 0 47 315 103 45
Binary 11111 1100111 10011100 1010000 100010 0 100111 11001101 1000011 100101

Color Harmonies of #1F679C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F679C

Black with #1F679C

Text Example


Text Example

White with #1F679C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,103,156); }

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

background-color css

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

 a { background-color: rgb(31,103,156); }

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

border-color css

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

 span { border-color: rgb(31,103,156); }

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